aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-06-15 15:42:08 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-06-15 15:42:08 -0300
commitd4e5cb86d91b3b7ec06ef4cc05c6aee9138e6093 (patch)
treee1bedb089f32b3536d4e081dfda983e935140865
parentb7d4b1a7bcb65b18d7e819606ba35da56d04be0c (diff)
downloadpuppet-backup-d4e5cb86d91b3b7ec06ef4cc05c6aee9138e6093.tar.gz
puppet-backup-d4e5cb86d91b3b7ec06ef4cc05c6aee9138e6093.tar.bz2
Not managing the rsync handler anymore
-rw-r--r--manifests/init.pp14
1 files changed, 7 insertions, 7 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index f1633f4..88e4b76 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -121,13 +121,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://$server/modules/backup/handlers/rsync",
- }
+ #file { "/usr/share/backupninja/rsync":
+ # ensure => present,
+ # owner => "root",
+ # group => "root",
+ # mode => 0644,
+ # source => "puppet://$server/modules/backup/handlers/rsync",
+ #}
# sync-backups script
file { "/usr/local/sbin/sync-backups":