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 PuppetServer warning #85

Merged
merged 1 commit into from
Feb 17, 2021

Conversation

smortex
Copy link
Member

@smortex smortex commented Feb 13, 2021

At each catalog compilation, the PuppetServer emits this warning:

[...]/
2021-02-13T18:32:03.670+01:00 WARN  [qtp2049270356-5346] [puppetserver] Puppet /etc/puppetlabs/code/environments/production/modules/augeas/data/common.yaml: file does not contain a valid yaml hash
2021-02-13T19:02:06.662+01:00 WARN  [qtp2049270356-5478] [puppetserver] Puppet /etc/puppetlabs/code/environments/production/modules/augeas/data/common.yaml: file does not contain a valid yaml hash
2021-02-13T19:32:07.069+01:00 WARN  [qtp2049270356-5821] [puppetserver] Puppet /etc/puppetlabs/code/environments/production/modules/augeas/data/common.yaml: file does not contain a valid yaml hash

Remove empty file to avoid it.

At each catalog compilation, the PuppetServer emits this warning:

```
[...]/
2021-02-13T18:32:03.670+01:00 WARN  [qtp2049270356-5346] [puppetserver] Puppet /etc/puppetlabs/code/environments/production/modules/augeas/data/common.yaml: file does not contain a valid yaml hash
2021-02-13T19:02:06.662+01:00 WARN  [qtp2049270356-5478] [puppetserver] Puppet /etc/puppetlabs/code/environments/production/modules/augeas/data/common.yaml: file does not contain a valid yaml hash
2021-02-13T19:32:07.069+01:00 WARN  [qtp2049270356-5821] [puppetserver] Puppet /etc/puppetlabs/code/environments/production/modules/augeas/data/common.yaml: file does not contain a valid yaml hash
```

Remove empty file to avoid it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants