aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index afdd683..06b8642 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -156,7 +156,6 @@ class backup {
sshoptions => "-p $port",
installkey => $installkey,
backupkeytype => "rsa",
- id_file => "/root/.ssh/id_rsa",
backupkeystore => "puppet://$server/files/keys",
}
}
@@ -169,6 +168,7 @@ class backup {
home => "$backupdir/remote/$fqdn",
backupdir => "$backupdir/remote/$fqdn/rsync",
backupkeytype => "rsa",
+ id_file => "/root/.ssh/id_rsa",
backupkeystore => "puppet://$server/files/keys",
keepdaily => '7',
keepweekly => '4',