genesis_collector 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 056e39e90d51c69d39bc51f8d67299bb4b4bf29e
4
- data.tar.gz: 8d4afc75d072cfb204fafc2213c067ec5a8e2b39
3
+ metadata.gz: 1f0619d1b01b72236e2f844c1d141ee2bf861289
4
+ data.tar.gz: 992d133f7ab9a34cccfb8d54ffbf1c1fa0b3f519
5
5
  SHA512:
6
- metadata.gz: 23ae494808a76d61a3edb4fbe6c9d48344d8677ce07719d9bee8549600b3b80fb380f35272c50e7e5922a3ca8fd647d7076fd2390141d3583603dd6ba22d6331
7
- data.tar.gz: 20fab1f17879ac8dd4f28c33d31e8b40613fb0d7e40fb3a202b6d529970bd7ff2ddc293bf54917c49f02090e4e4fc0d88d42678bc92e0fd6ae8cbe2354579b3d
6
+ metadata.gz: 076416aaf18533a416c707a93e9ca2f51e374a25e98e78925a3347cb05c224aab6c877ba0bb8edcb62d20ea939e022b975b51dfa021086a2b4d70987bb2011c4
7
+ data.tar.gz: 7f3e31002880b4e201cc5c38a0e76c63dad8a13268893999f78f4b23f7258bdb7453ec776d0b75b721d45fc80195dbdc6327c596baaa3c45c939718518df2c43
@@ -18,7 +18,7 @@ module GenesisCollector
18
18
  end
19
19
 
20
20
  def collect_chef_from_knife
21
- output = shellout_with_timeout('knife node show `hostname` -c /etc/chef/client.rb -a ohai_time -a run_list -a tags -a environment -a roles -f json')
21
+ output = shellout_with_timeout('knife node show `hostname` -c /etc/chef/client.rb -a ohai_time -a run_list -a tags -a environment -a roles --format json')
22
22
  _hostname, parsed = JSON.parse(output).first
23
23
  {
24
24
  environment: parsed['environment'],
@@ -1,3 +1,3 @@
1
1
  module GenesisCollector
2
- VERSION = '0.1.14'
2
+ VERSION = '0.1.15'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: genesis_collector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Radcliffe