hiera-eyaml icon indicating copy to clipboard operation
hiera-eyaml copied to clipboard

A backend for Hiera that provides per-value asymmetric encryption of sensitive data

Results 74 hiera-eyaml issues
Sort by recently updated
recently updated
newest added

I want to set a hash key to an array: ```yaml stdlib::manage::create_resources: package: ['htop', 'strace', 'less']: ensure: installed ``` EYaml produces the following error: ``` Error: Could not retrieve catalog...

When specifying keys as env vars, I receive warning messages on every operation: ``` [pkcs7] both public_key and public_key_env_var specified, using public_key [pkcs7] both private_key and private_key_env_var specified, using private_key...

Hi, I was trying to install the latest gem on a Centos 7 and Puppet 5 system but it failed stating that Ruby >= 2.5.0 is required: ``` # /opt/puppetlabs/puppet/bin/ruby...