smart_proxy_dhcp_infoblox 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3ff6b849368389cef25d7fbcc8b3f4072f29451
|
|
4
|
+
data.tar.gz: 11cb8b354e2917816c4bd4ca957d93f664ee2309
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 985763eae34749aa8f78529476bee93b1ae55008d5f814184785b6365be50d00311e2bb16e214cd29977ea34c7517cb0a416d5d2cbc510f56916c396d62586b9
|
|
7
|
+
data.tar.gz: f7c85f678518194b307880a62eba5a0305a56467f784ada42822f398315df744fe300aaa8d50f5cfd53cdfa71ceebed1cf296c52689ed551d897fa201867cbe0
|
|
@@ -32,7 +32,7 @@ module ::Proxy::DHCP::Infoblox
|
|
|
32
32
|
end
|
|
33
33
|
|
|
34
34
|
def find_hosts(condition, max_results = 1)
|
|
35
|
-
return @memoized_hosts if (!@
|
|
35
|
+
return @memoized_hosts if (!@memoized_hosts.empty? && @memoized_condition == condition)
|
|
36
36
|
@memoized_condition = condition
|
|
37
37
|
@memoized_hosts = ::Infoblox::Fixedaddress.find(@connection, condition.merge('_max_results' => max_results))
|
|
38
38
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smart_proxy_dhcp_infoblox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Klaas Demter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Infoblox DHCP provider plugin for Foreman's smart proxy
|
|
14
14
|
email:
|
|
@@ -51,17 +51,17 @@ require_paths:
|
|
|
51
51
|
- lib
|
|
52
52
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
|
-
- -
|
|
54
|
+
- - '>='
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '0'
|
|
57
57
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- -
|
|
59
|
+
- - '>='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
62
|
requirements: []
|
|
63
63
|
rubyforge_project:
|
|
64
|
-
rubygems_version: 2.
|
|
64
|
+
rubygems_version: 2.4.8
|
|
65
65
|
signing_key:
|
|
66
66
|
specification_version: 4
|
|
67
67
|
summary: Infoblox DHCP provider plugin for Foreman's smart proxy
|