aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-11-24 13:52:41 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-11-24 13:52:41 -0200
commit61dd2f949b4c2e54610f1e8a406c43d3e128011c (patch)
treee3027f45c8c64219eafa181ed6d2a8a21d4eafe4 /manifests/init.pp
parent7432d4ab0c05a10ad3d082ca9c82ea286520f4b3 (diff)
downloadpuppet-backup-61dd2f949b4c2e54610f1e8a406c43d3e128011c.tar.gz
puppet-backup-61dd2f949b4c2e54610f1e8a406c43d3e128011c.tar.bz2
Setting id_file for rsync backups
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 8c908b9..afdd683 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -156,6 +156,7 @@ class backup {
sshoptions => "-p $port",
installkey => $installkey,
backupkeytype => "rsa",
+ id_file => "/root/.ssh/id_rsa",
backupkeystore => "puppet://$server/files/keys",
}
}