Re: [Puppet Users] Turning off client bucket

2016-03-03 Thread thyrsus
Specific syntax: File { backup => false, } On Friday, September 24, 2010 at 12:35:31 PM UTC-4, Patrick Mohr wrote: > > It can be turned off in the file resource itself. That means you can do > it for all files if you default that value (assuming you don't override if > in a res

Re: [Puppet Users] Turning off client bucket

2010-09-24 Thread Patrick
It can be turned off in the file resource itself. That means you can do it for all files if you default that value (assuming you don't override if in a resource). Just put this in your site.pp. This code might have typos in it, but gets the point across: File { filebucket => none, }

[Puppet Users] Turning off client bucket

2010-09-24 Thread Marc Zampetti
How does one turn of the file bucket feature for puppetd. I simply don't want backup copies of the files. I deal with things like that in a different way. I cannot see how to turn it off. Marc -- You received this message because you are subscribed to the Google Groups "Puppet Users" group.