Use default 'puppet' filebucket instead of arbitrary 'server' for config_file backup
This commit is contained in:
parent
51e06fd0d2
commit
a0818f9b36
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ define config_file ($content = '', $source = '', $ensure = 'present') {
|
|||
file { $name:
|
||||
ensure => $ensure,
|
||||
# keep old versions on the server
|
||||
backup => server,
|
||||
backup => puppet,
|
||||
# default permissions for config files
|
||||
mode => 0644, owner => root, group => 0,
|
||||
# really detect changes to this file
|
||||
|
|
Loading…
Reference in a new issue