kitchen-salt 0.0.11 → 0.0.12
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/kitchen-salt/version.rb +1 -1
- data/lib/kitchen/provisioner/salt_solo.rb +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZmZkNDMxMWY5NGZmMWYzZTUxNDc3ZmJiYjk3NzJkYjUxMWYzNzI3Ng==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MDM0NDFiOWIxMDgyODgwNTAyMmJkMzhmZTNiZjkzNDJmMTE5NGJkYw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YzJiOGM1MmM5MTI1MmJiZTg5MjgwMjI2YTE5NDhkZWFjMTgwYWU1YmY4ODFk
|
|
10
|
+
YTQ4NWFmMjg2YmU4OWVjYTg0MzhhYWYxNzFhYWZjZmUyMGUwYzRkYTkxMzBh
|
|
11
|
+
MzRhNWI4NTA0MTAxMGNiM2ViMzFhNjIzYThlNzY4NzIwMGIxMjY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MzI3NmEzZTA3MDcxZWU1NWIyMjQwMWZiNjQ3ODY2ODk5NTkxNDMwYzNiOGIw
|
|
14
|
+
NzE2N2Q2NjM4NjI4YzkxOTY0ZGE1M2E4YjNkMjVjNjcwZjAyN2MxZjkwMjkw
|
|
15
|
+
NjkyOGUzNWM0MTU0ZGU3Mjg4MmZiNTliYWNlYjk2NDk5Y2RhNjk=
|
data/lib/kitchen-salt/version.rb
CHANGED
|
@@ -169,8 +169,7 @@ module Kitchen
|
|
|
169
169
|
|
|
170
170
|
# config[:salt_version] can be 'latest' or 'x.y.z'
|
|
171
171
|
if config[:salt_version] >= RETCODE_VERSION
|
|
172
|
-
|
|
173
|
-
# cmd = cmd + " --retcode-passthrough"
|
|
172
|
+
cmd = cmd + " --retcode-passthrough"
|
|
174
173
|
else
|
|
175
174
|
# grep the output for ERROR or CRITICAL & return a 1 on finding a problem
|
|
176
175
|
fail_grep = 'grep -e ERROR -e CRITICAL'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kitchen-salt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simon McCartney
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-03-
|
|
11
|
+
date: 2014-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: salt provisioner for test-kitchen
|
|
14
14
|
email:
|