kitchen-salt 0.0.4 → 0.0.5

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.
@@ -1,5 +1,5 @@
1
1
  module Kitchen
2
2
  module Salt
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
@@ -92,6 +92,9 @@ module Kitchen
92
92
  elif [ "${SALT_VERSION}" = "#{salt_version}" ]
93
93
  then
94
94
  echo "You asked for #{salt_version} and you have already got ${SALT_VERSION} installed, sweet!"
95
+ elif [ ! -z "${SALT_VERSION}" -a "#{salt_install}" = "bootstrap" ]
96
+ then
97
+ echo "You asked for bootstrap install and you have got ${SALT_VERSION}, hope thats ok!"
95
98
  else
96
99
  echo "You asked for #{salt_version} and you have got ${SALT_VERSION} installed, dunno how to fix that, sorry!"
97
100
  exit 2
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
4
+ version: 0.0.5
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-23 00:00:00.000000000 Z
12
+ date: 2014-01-24 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.23
43
+ rubygems_version: 1.8.25
44
44
  signing_key:
45
45
  specification_version: 3
46
46
  summary: salt provisioner for test-kitchen