From b36b7f4ad8b336c240dc92f9cf071849bf3b660f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 24 Nov 2010 14:14:02 -0200 Subject: Oops --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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', -- cgit v1.2.3