aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-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":