Skip to content

Commit

Permalink
Fix PuppetServer warning (#85)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
smortex authored Feb 17, 2021
1 parent b2190b5 commit 2c4c849
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/common.yaml

This file was deleted.

0 comments on commit 2c4c849

Please sign in to comment.