aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-19 19:15:26 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-19 19:15:26 -0200
commit12e5478670a3480bae778ff97797e8c20b8e6306 (patch)
tree0319b36f9577ecfa1ecd759dcc2647b38e267787 /manifests/init.pp
parent598760f912959260588ba813b1c3611e89d28083 (diff)
downloadpuppet-backup-12e5478670a3480bae778ff97797e8c20b8e6306.tar.gz
puppet-backup-12e5478670a3480bae778ff97797e8c20b8e6306.tar.bz2
Moving site-keys
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 7c7c164..eea89bb 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -182,7 +182,7 @@ class backup {
sshoptions => "-p $port",
installkey => $installkey,
backupkeytype => "rsa",
- backupkeystore => "puppet:///modules/site-keys",
+ backupkeystore => "puppet:///modules/site_keys",
}
}
@@ -195,7 +195,7 @@ class backup {
backupdir => "$backupdir/remote/$fqdn/rsync",
backupkeytype => "rsa",
id_file => "/root/.ssh/id_rsa",
- backupkeystore => "puppet:///modules/site-keys",
+ backupkeystore => "puppet:///modules/site_keys",
keepdaily => '4',
keepweekly => '2',
keepmonthly => '2',