diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-16 14:23:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-16 14:23:06 -0300 |
commit | 1aef55349b180e74eceaa43b4a121a775138e01b (patch) | |
tree | 0d9e935b9537dee05122d74b1946d87c29a5f86f /manifests | |
parent | f7411312258b5b42295a8d9c0df81304b60cde2f (diff) | |
download | puppet-backup-1aef55349b180e74eceaa43b4a121a775138e01b.tar.gz puppet-backup-1aef55349b180e74eceaa43b4a121a775138e01b.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 cdfc838..effbe78 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -153,7 +153,7 @@ class backup { owner => "root", group => "root", mode => 0644, - source => "puppet://$server/backup/files/handlers/rsync", + source => "puppet://$server/modules/backup/files/handlers/rsync", } # backup dest folder |