aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-26 21:16:58 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-26 21:16:58 -0200
commit5dba68ca20097b6ce8e2b6e72565e81f60855ba3 (patch)
treee1c095722a741f1ed66055ec935967b0cc1b15ce /manifests
parent3acc0743e3bd61869aaeba861ad25efdaf19b6e9 (diff)
downloadpuppet-backup-5dba68ca20097b6ce8e2b6e72565e81f60855ba3.tar.gz
puppet-backup-5dba68ca20097b6ce8e2b6e72565e81f60855ba3.tar.bz2
Managing rsync handler again
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp14
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":