From: Silvio Rhatto Date: Wed, 9 Apr 2014 03:02:02 +0000 (-0300) Subject: Using ssh mountpoint X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8231f5474b8e729f494bf29ae1cd59ad169edc18;p=puppet-backup.git Using ssh mountpoint --- diff --git a/manifests/init.pp b/manifests/init.pp index bafcbca..68c2591 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -210,7 +210,7 @@ class backup( sshoptions => "-p $port", installkey => $installkey, backupkeytype => "rsa", - backupkeystore => "puppet:///keys/ssh", + backupkeystore => "puppet:///ssh", } } @@ -228,7 +228,7 @@ class backup( backupdir => "$backupdir/remote/$use_fqdn/rsync", backupkeytype => "rsa", id_file => "/root/.ssh/id_rsa", - backupkeystore => "puppet:///keys/ssh", + backupkeystore => "puppet:///ssh", keepdaily => '4', keepweekly => '2', keepmonthly => '2',