kitchen-salt 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Kitchen
2
2
  module Salt
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -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.1
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-14 00:00:00.000000000 Z
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.25
43
+ rubygems_version: 1.8.23
44
44
  signing_key:
45
45
  specification_version: 3
46
46
  summary: salt provisioner for test-kitchen