diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-21 19:32:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-21 19:32:40 -0300 |
commit | 23e17f0545719cbaf0b53c3274c4fa5e6a96b7b1 (patch) | |
tree | ca8c653db9021c7da8b990b55fc76b43f2ee91ea | |
parent | 0ce4fa1a25d032457d8e7fc777e2356651c2cf40 (diff) | |
download | puppet-backup-23e17f0545719cbaf0b53c3274c4fa5e6a96b7b1.tar.gz puppet-backup-23e17f0545719cbaf0b53c3274c4fa5e6a96b7b1.tar.bz2 |
Comment
-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", |