puppet_litmus 0.13.0 → 0.13.1

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
  SHA256:
3
- metadata.gz: 8fc34d2ba2485c4d4e6cedecc99642a4f1acf98c0861598af4f63b732b1de088
4
- data.tar.gz: 12cc1dec19bf0ef86b9941870939d0bf2b9cc6251495543be40a33481e747be7
3
+ metadata.gz: 010e8b1b5a215086d880ace04e48f7beeb259d27d565e0d187f6509412aaf42e
4
+ data.tar.gz: 48cabdd685b1fb4ec5772ae64bea6f3ccdef822f7237029f19279b62c6bdc5a6
5
5
  SHA512:
6
- metadata.gz: 0c1532fb9b58f22974322d139e0775b4821993b5bb03748d7dbff4b1704ea4b400e80e755225a9a410ae7f96c0d1489c59f58bf988923a612c26e8f190c78718
7
- data.tar.gz: d88135655e933a2ce8da0b4edf552fca12a85ed552a3d02338e61538d80686b6333eee5ba3411071a41e0459a2437337a9687d471ed99972ab4234203f15c6c0
6
+ metadata.gz: eba91d7ef1dbd290daf9e50cccb85548cd0ae8975de31ef3761ea6794bb339f9a8efc3911ffe02a6308d525d76c3dd21ad00d353f18f2ac9f276faff581c4e7b
7
+ data.tar.gz: 5d4dc9f8ea6b08663e527737bb5974e5dcd5cd691a88994d5c0271f0c6df4e205dcff8766995ee74a693c118ed621cca8d221e7b83120433d6eafdc4c044711d
@@ -115,7 +115,7 @@ namespace :litmus do
115
115
  results = install_agent(args[:collection], targets, inventory_hash)
116
116
  results.each do |result|
117
117
  if result['status'] != 'success'
118
- command_to_run = "bolt task run puppet_agent::install --targets #{result['node']} --inventoryfile inventory.yaml --modulepath #{config_data['modulepath']}"
118
+ command_to_run = "bolt task run puppet_agent::install --targets #{result['node']} --inventoryfile inventory.yaml --modulepath #{DEFAULT_CONFIG_DATA['modulepath']}"
119
119
  raise "Failed on #{result['node']}\n#{result}\ntry running '#{command_to_run}'"
120
120
  else
121
121
  # add puppet-agent feature to successful nodes
@@ -2,5 +2,5 @@
2
2
 
3
3
  # version of this gem
4
4
  module PuppetLitmus
5
- VERSION ||= '0.13.0'
5
+ VERSION ||= '0.13.1'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet_litmus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-04 00:00:00.000000000 Z
11
+ date: 2019-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bolt