diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-16 16:01:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-16 16:01:10 -0300 |
commit | 28da70a0a002d9ef4ed18fa70201d6bbdc5a1616 (patch) | |
tree | 4ec5a3094e247b4d0cc117552b2fd6676f3fc6d0 /manifests | |
parent | 5058fd7753432f7456dc46d444f36533f2596395 (diff) | |
download | puppet-backup-28da70a0a002d9ef4ed18fa70201d6bbdc5a1616.tar.gz puppet-backup-28da70a0a002d9ef4ed18fa70201d6bbdc5a1616.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 97e3aff..b041824 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -90,7 +90,7 @@ class backup { owner => "root", group => "root", mode => 0644, - source => "puppet://$server/modules/backup/files/handlers/rsync", + source => "puppet://$server/modules/backup/handlers/rsync", } # default backupninja::rdiff configuration |