onering-report 0.6.8 → 0.6.9
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 +8 -8
- data/lib/facter/onering_properties_physical.rb +1 -1
- data/onering-report.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Y2YyODc4ZWVjZTBkMzA5YWE2ZmFmN2M1MWY1MWU0M2I2YTE4OTljZg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MjA3YzczZDZjZjViY2ZkYTE2MTg1MjhhMzNlZmRjODgyZDZkNGEyMA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NDRjNGI1NDZlMTMxYmJkNTNlYTAwODlmN2Y4OTEwY2U1NDZhOWE5ODRlYzA5
|
|
10
|
+
NjQ0MTI0NWE2MTdmZGQ0NTU4ZGVlY2QzYzAwN2Q4ZjM2OGQwZDllNDBiMWRl
|
|
11
|
+
YWQzODI2YmUzNWE5OTkwNWI5NmZkNDFkYzVjYjVhNjMyYjFlODI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NWNmOWY2MWE1Y2ZhYTlkYWMwMDdjOTNiNjhlMDU4ZDhiNDljMDZjNGUzM2Nh
|
|
14
|
+
ZmZlNjYwYjhjYTE1NmRjNDc0NjI5ODNmMmI1Mzk4YWVlMWY2MzQ4OWExYzMx
|
|
15
|
+
YzNjZWQ4ZjhlMmQ5M2Y1ZDMyOGRmNDQxYzJiMzZlZmFkZmVkNzU=
|
|
@@ -58,7 +58,7 @@ def ipmi_ok?
|
|
|
58
58
|
begin
|
|
59
59
|
ipmi = IPMI_PATH if defined? IPMI_PATH
|
|
60
60
|
ipmi ||= 'ipmiutil'
|
|
61
|
-
if count_ipmi_instances(
|
|
61
|
+
if count_ipmi_instances('ipmitool') > ALLOWED_IPMI
|
|
62
62
|
$stderr.puts "More then #{ALLOWED_IPMI} #{ipmi} instances found"
|
|
63
63
|
return false
|
|
64
64
|
end
|
data/onering-report.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: onering-report
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- rnarkis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-09-
|
|
11
|
+
date: 2014-09-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: onering-agent
|