diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-26 21:16:58 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-26 21:16:58 -0200 |
commit | 5dba68ca20097b6ce8e2b6e72565e81f60855ba3 (patch) | |
tree | e1c095722a741f1ed66055ec935967b0cc1b15ce /manifests | |
parent | 3acc0743e3bd61869aaeba861ad25efdaf19b6e9 (diff) | |
download | puppet-backup-5dba68ca20097b6ce8e2b6e72565e81f60855ba3.tar.gz puppet-backup-5dba68ca20097b6ce8e2b6e72565e81f60855ba3.tar.bz2 |
Managing rsync handler again
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": |