From 61dd2f949b4c2e54610f1e8a406c43d3e128011c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 24 Nov 2010 13:52:41 -0200 Subject: Setting id_file for rsync backups --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) 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", } } -- cgit v1.2.3