From: Silvio Rhatto Date: Wed, 24 Nov 2010 16:14:02 +0000 (-0200) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b36b7f4ad8b336c240dc92f9cf071849bf3b660f;p=puppet-backup.git Oops --- 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',