We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
class { '::hiera': create_keys => false, master_service => 'puppetserver', manage_package => true, provider => 'puppet_gem', eyaml => true, eyaml_version => 'latest', eyaml_datadir => '/etc/puppetlabs/code/environments/%{::environment}/hieradata', eyaml_extension => 'yaml', eyaml_gpg => true, ruby_gpg_version => 'latest', merge_behavior => 'deeper', deep_merge_version => 'latest', backends => [ 'eyaml', ], backend_options => { 'eyaml' => { 'gpg_gnupghome' => '/etc/puppetlabs/puppet/keys/gpg', }, }, hierarchy => [ 'nodes/%{::trusted.certname}', 'common', ], deep_merge_options => { 'knockout_prefix' => '--', }, }
hiera.yaml does not contain
hiera.yaml
:deep_merge_options: :knockout_prefix: --
hiera.yaml should contain
I have submitted PR #172 to fix this.
The text was updated successfully, but these errors were encountered:
With PR #172 merged (thanks @igalic!) this can be closed.
Sorry, something went wrong.
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
hiera.yaml
does not containWhat behaviour did you expect instead
hiera.yaml
should containAny additional information you'd like to impart
I have submitted PR #172 to fix this.
The text was updated successfully, but these errors were encountered: