From: Silvio Rhatto Date: Tue, 8 Apr 2014 21:51:21 +0000 (-0300) Subject: Use keys/ssh instead of modules/site_keys X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ce81f18e664f3e863ac203e9916e830235d2646e;p=puppet-backup.git Use keys/ssh instead of modules/site_keys --- diff --git a/manifests/init.pp b/manifests/init.pp index 619fc2c..bafcbca 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -210,7 +210,7 @@ class backup( sshoptions => "-p $port", installkey => $installkey, backupkeytype => "rsa", - backupkeystore => "puppet:///modules/site_keys", + backupkeystore => "puppet:///keys/ssh", } } @@ -228,7 +228,7 @@ class backup( backupdir => "$backupdir/remote/$use_fqdn/rsync", backupkeytype => "rsa", id_file => "/root/.ssh/id_rsa", - backupkeystore => "puppet:///modules/site_keys", + backupkeystore => "puppet:///keys/ssh", keepdaily => '4', keepweekly => '2', keepmonthly => '2',