]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Not managing the rsync handler anymore
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 15 Jun 2012 18:42:08 +0000 (15:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 15 Jun 2012 18:42:08 +0000 (15:42 -0300)
manifests/init.pp

index f1633f48bbdc9a580e4f2ffd07b3b5a25418ae12..88e4b76fbcea646f518173db541b1e3509009284 100644 (file)
@@ -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":