From 2c4c8499f4bbbc1bebd3d7954448c690d6bc7e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Tue, 16 Feb 2021 21:45:35 -1000 Subject: [PATCH] Fix PuppetServer warning (#85) 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. --- data/common.yaml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 data/common.yaml diff --git a/data/common.yaml b/data/common.yaml deleted file mode 100644 index ed97d53..0000000 --- a/data/common.yaml +++ /dev/null @@ -1 +0,0 @@ ----