kitchen-salt 0.0.1 → 0.0.2
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.
data/lib/kitchen-salt/version.rb
CHANGED
|
@@ -170,6 +170,8 @@ module Kitchen
|
|
|
170
170
|
info("Preparing pillars into #{config[:salt_pillar_root]}")
|
|
171
171
|
debug("Pillars Hash: #{config[:attributes][:pillars]}")
|
|
172
172
|
|
|
173
|
+
return if config[:attributes][:pillars].nil?
|
|
174
|
+
|
|
173
175
|
# we get a hash with all the keys converted to symbols, salt doesn't like this
|
|
174
176
|
# to convert all the keys back to strings again
|
|
175
177
|
pillars = unsymbolize(config[:attributes][:pillars])
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-01-
|
|
12
|
+
date: 2014-01-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: salt provisioner for test-kitchen
|
|
15
15
|
email:
|
|
@@ -40,7 +40,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
40
40
|
version: '0'
|
|
41
41
|
requirements: []
|
|
42
42
|
rubyforge_project: ! '[none]'
|
|
43
|
-
rubygems_version: 1.8.
|
|
43
|
+
rubygems_version: 1.8.23
|
|
44
44
|
signing_key:
|
|
45
45
|
specification_version: 3
|
|
46
46
|
summary: salt provisioner for test-kitchen
|