aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-11-24 14:14:02 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-11-24 14:14:02 -0200
commitb36b7f4ad8b336c240dc92f9cf071849bf3b660f (patch)
treef4e970bde63f8668ca24fe60dda980d680771d1e /manifests
parent61dd2f949b4c2e54610f1e8a406c43d3e128011c (diff)
downloadpuppet-backup-b36b7f4ad8b336c240dc92f9cf071849bf3b660f.tar.gz
puppet-backup-b36b7f4ad8b336c240dc92f9cf071849bf3b660f.tar.bz2
Oops
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',