diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-11-24 13:52:41 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-11-24 13:52:41 -0200 |
commit | 61dd2f949b4c2e54610f1e8a406c43d3e128011c (patch) | |
tree | e3027f45c8c64219eafa181ed6d2a8a21d4eafe4 /manifests | |
parent | 7432d4ab0c05a10ad3d082ca9c82ea286520f4b3 (diff) | |
download | puppet-backup-61dd2f949b4c2e54610f1e8a406c43d3e128011c.tar.gz puppet-backup-61dd2f949b4c2e54610f1e8a406c43d3e128011c.tar.bz2 |
Setting id_file for rsync backups
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
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", } } |