From: Micah Anderson Date: Thu, 3 Sep 2009 17:54:28 +0000 (-0400) Subject: remove 'backup => server' from config_file, as there is no such thing X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=89be6dc2f6f705efce82fab4bfbd03059ee2b510;p=puppet-common.git remove 'backup => server' from config_file, as there is no such thing 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 ) --- diff --git a/manifests/defines/config_file.pp b/manifests/defines/config_file.pp index 59208ac..781e9ec 100644 --- a/manifests/defines/config_file.pp +++ b/manifests/defines/config_file.pp @@ -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