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

Reply via email to