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.
|
@@ -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
|