Skip to content
New issue

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

Fix warning about malformed YAML file #285

Merged
merged 1 commit into from
Feb 23, 2021

Conversation

smortex
Copy link
Member

@smortex smortex commented Feb 10, 2021

At each catalog compilation, the PuppetServer emits this warning:

 2021-02-09T23:47:06.604-05:00 WARN  [qtp1722271969-4791] [puppetserver] Puppet /etc/puppetlabs/code/environments/production/modules/openldap/data/common.yaml: file does not contain a valid yaml hash

There is not Hiera configuration in the module so get rid of it completely.

This avoid a warning in the puppetserver log on each catalog
compilation:

```
 2021-02-09T23:47:06.604-05:00 WARN  [qtp1722271969-4791] [puppetserver] Puppet /etc/puppetlabs/code/environments/production/modules/openldap/data/common.yaml: file does not contain a valid yaml hash
```
@smortex smortex changed the title Remove unused Hiera data Fix PuppetServer warning Feb 13, 2021
@raphink raphink merged commit 4f4e5c3 into voxpupuli:master Feb 23, 2021
@smortex smortex deleted the fix-server-warning branch February 23, 2021 17:59
@smortex smortex added the bug Something isn't working label Aug 11, 2021
@smortex smortex changed the title Fix PuppetServer warning Fix warning about malformed YAML file Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants