From 5dba68ca20097b6ce8e2b6e72565e81f60855ba3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 26 Dec 2013 21:16:58 -0200 Subject: Managing rsync handler again --- manifests/init.pp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'manifests') 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": -- cgit v1.2.3