[Pkg-puppet-devel] Bug#927801: Bug#927801: File backup default value does not work in site.pp
Apollon Oikonomopoulos
apoikos at debian.org
Wed Apr 24 11:10:54 BST 2019
Control: tags -1 unreproducible moreinfo
Hi,
On 16:06 Tue 23 Apr , IB Development Team wrote:
> Package: puppet-master
> Version: 5.5.10-2
>
> Global setting
>
> File { backup => false }
>
> in site.pp does not disable creating file backups on puppet client (backups are created in /var/lib/puppet/clientbucket but should not).
Thanks for the report. Unfortunately, I'm unable to trivially reproduce
this; the following sample works as expected:
File { backup => false }
node default {
file { '/tmp/test':
content => "test\n",
}
}
Can you make sure that site.pp is actually consulted when constructing
the catalog? `puppet master --debug --compile <node-name>` might help
you out with this.
Regards,
Apollon
More information about the Pkg-puppet-devel
mailing list