aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-04-08 18:51:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-04-08 18:51:21 -0300
commitce81f18e664f3e863ac203e9916e830235d2646e (patch)
treead4c910eeb749696580e93770b07fe0728292a8b /manifests
parentd439eaf8091f12598c3c943d2afcd46774c96a8c (diff)
downloadpuppet-backup-ce81f18e664f3e863ac203e9916e830235d2646e.tar.gz
puppet-backup-ce81f18e664f3e863ac203e9916e830235d2646e.tar.bz2
Use keys/ssh instead of modules/site_keys
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 619fc2c..bafcbca 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -210,7 +210,7 @@ class backup(
sshoptions => "-p $port",
installkey => $installkey,
backupkeytype => "rsa",
- backupkeystore => "puppet:///modules/site_keys",
+ backupkeystore => "puppet:///keys/ssh",
}
}
@@ -228,7 +228,7 @@ class backup(
backupdir => "$backupdir/remote/$use_fqdn/rsync",
backupkeytype => "rsa",
id_file => "/root/.ssh/id_rsa",
- backupkeystore => "puppet:///modules/site_keys",
+ backupkeystore => "puppet:///keys/ssh",
keepdaily => '4',
keepweekly => '2',
keepmonthly => '2',