Turning off client bucket

1,628 views
Skip to first unread message

Marc Zampetti

unread,
Sep 24, 2010, 10:35:47 AM9/24/10
to puppet...@googlegroups.com
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

Patrick

unread,
Sep 24, 2010, 12:35:31 PM9/24/10
to puppet...@googlegroups.com
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,
}


On Sep 24, 2010, at 7:35 AM, Marc Zampetti wrote:

> 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.
> To post to this group, send email to puppet...@googlegroups.com.
> To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
>

thyrsus

unread,
Mar 3, 2016, 10:23:25 AM3/3/16
to Puppet Users
Specific syntax:

    File {
        backup => false,
    }
Reply all
Reply to author
Forward
0 new messages