kitchen-puppet 0.0.23 → 0.0.24

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.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Kitchen
4
4
  module Puppet
5
- VERSION = '0.0.23'
5
+ VERSION = '0.0.24'
6
6
  end
7
7
  end
@@ -239,6 +239,7 @@ module Kitchen
239
239
  # A backend for Hiera that provides per-value asymmetric encryption of sensitive data
240
240
  if [[ $(#{sudo('gem')} list hiera-eyaml -i) == 'false' ]]; then
241
241
  echo '-----> Installing hiera-eyaml to provide encryption of hiera data'
242
+ #{sudo('gem')} install #{gem_proxy_parm} --no-ri --no-rdoc highline -v 1.6.21
242
243
  #{sudo('gem')} install #{gem_proxy_parm} --no-ri --no-rdoc hiera-eyaml
243
244
  fi
244
245
  INSTALL
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-puppet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.23
4
+ version: 0.0.24
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: