puppet_litmus 0.13.0 → 0.13.1
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 +4 -4
- data/lib/puppet_litmus/rake_tasks.rb +1 -1
- data/lib/puppet_litmus/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 010e8b1b5a215086d880ace04e48f7beeb259d27d565e0d187f6509412aaf42e
|
|
4
|
+
data.tar.gz: 48cabdd685b1fb4ec5772ae64bea6f3ccdef822f7237029f19279b62c6bdc5a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 #{
|
|
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
|
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.
|
|
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-
|
|
11
|
+
date: 2019-12-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bolt
|