aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-04-09 00:02:02 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-04-09 00:02:02 -0300
commit8231f5474b8e729f494bf29ae1cd59ad169edc18 (patch)
tree55f22ce5ec90a6aa7e72945481238120cad81c72 /manifests
parentce81f18e664f3e863ac203e9916e830235d2646e (diff)
downloadpuppet-backup-8231f5474b8e729f494bf29ae1cd59ad169edc18.tar.gz
puppet-backup-8231f5474b8e729f494bf29ae1cd59ad169edc18.tar.bz2
Using ssh mountpoint
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index bafcbca..68c2591 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -210,7 +210,7 @@ class backup(
sshoptions => "-p $port",
installkey => $installkey,
backupkeytype => "rsa",
- backupkeystore => "puppet:///keys/ssh",
+ backupkeystore => "puppet:///ssh",
}
}
@@ -228,7 +228,7 @@ class backup(
backupdir => "$backupdir/remote/$use_fqdn/rsync",
backupkeytype => "rsa",
id_file => "/root/.ssh/id_rsa",
- backupkeystore => "puppet:///keys/ssh",
+ backupkeystore => "puppet:///ssh",
keepdaily => '4',
keepweekly => '2',
keepmonthly => '2',