Bug#927801: [Pkg-puppet-devel] Bug#927801: File backup default value does not work in site.pp

2019-04-24 Thread Apollon Oikonomopoulos
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 ` might help 
you out with this.

Regards,
Apollon



Bug#927801: File backup default value does not work in site.pp

2019-04-23 Thread IB Development Team
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).

No such problem in Jessie/Stretch.

Regards,
Pawel

IB Development Team
https://dev.ib.pl/