diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 07031de..9c29d27 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -120,13 +120,13 @@ class backup( # we have to keep that as we have custom changes that # might not be merged and released in backupninja - #file { "/usr/share/backupninja/rsync": - # ensure => present, - # owner => "root", - # group => "root", - # mode => 0644, - # source => "puppet:///modules/backup/handlers/rsync", - #} + file { "/usr/share/backupninja/rsync": + ensure => present, + owner => "root", + group => "root", + mode => 0644, + source => "puppet:///modules/backup/handlers/rsync", + } # sync-backups script file { "/usr/local/sbin/sync-backups": |