aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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',