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
For every catalog build with this module included, the puppetserver logs a warning with...
Puppet /etc/puppetlabs/code/environments/production/modules/augeas/data/common.yaml: file does not contain a valid yaml hash
Please change the content of data/common.yaml to something that evaluates into a Hash, e.g. just {}, which meets this requirement, as opposed to ---.
data/common.yaml
{}
---
This might be an inherent problem with our Hiera data_hash setting (lookup_key), but data_hash sounds like it expects a YAML mapping, too.
lookup_key
data_hash
The text was updated successfully, but these errors were encountered:
We have the same issue since we upgraded to the latest version.
Sorry, something went wrong.
This should be fixed in #85
Thank you!
No branches or pull requests
For every catalog build with this module included, the puppetserver logs a warning with...
Please change the content of
data/common.yaml
to something that evaluates into a Hash, e.g. just{}
, which meets this requirement, as opposed to---
.This might be an inherent problem with our Hiera data_hash setting (
lookup_key
), butdata_hash
sounds like it expects a YAML mapping, too.The text was updated successfully, but these errors were encountered: