]> gitweb.fluxo.info Git - puppet-common.git/commitdiff
remove 'backup => server' from config_file, as there is no such thing
authorMicah Anderson <micah@riseup.net>
Thu, 3 Sep 2009 17:54:28 +0000 (13:54 -0400)
committerMicah Anderson <micah@riseup.net>
Thu, 3 Sep 2009 17:54:28 +0000 (13:54 -0400)
as 'server'. This didn't work as expected because of this error, and
in some situations it caused problems (such as when ever file in a
directory is considered a config file, such is the case with
apt.conf.d )

manifests/defines/config_file.pp

index 59208acfb093be59752e9baa9299fb1b30e92e1b..781e9ec4f49a4777343a8fe4d227067bd182e608 100644 (file)
@@ -37,8 +37,6 @@ define config_file (
 {
        file { $name:
                ensure => $ensure,
-               # keep old versions on the server
-               backup => server,
                # default permissions for config files
                mode => 0644, owner => root, group => 0,
                # really detect changes to this file