diff options
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index dbe24b2..7ce4043 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -119,7 +119,8 @@ class backup { require => File['/usr/local/sbin/rsync-check'], } - # we have to keep that until squeeze turns stable + # 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", |