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 236751a..8c908b9 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -155,7 +155,7 @@ class backup {
user => "$hostname",
sshoptions => "-p $port",
installkey => $installkey,
- backupkeytype => "dsa",
+ backupkeytype => "rsa",
backupkeystore => "puppet://$server/files/keys",
}
}
@@ -167,7 +167,7 @@ class backup {
installkey => $installkey,
home => "$backupdir/remote/$fqdn",
backupdir => "$backupdir/remote/$fqdn/rsync",
- backupkeytype => "dsa",
+ backupkeytype => "rsa",
backupkeystore => "puppet://$server/files/keys",
keepdaily => '7',
keepweekly => '4',