From: Silvio Rhatto Date: Thu, 14 Jul 2011 17:55:57 +0000 (-0300) Subject: Using modules/site-keys instead of files/keys X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a89712653a0bc5b17cbcfd13fb339628c93eb3dc;p=puppet-backup.git Using modules/site-keys instead of files/keys --- diff --git a/manifests/init.pp b/manifests/init.pp index a8fb810..b9c6116 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -150,7 +150,7 @@ class backup { sshoptions => "-p $port", installkey => $installkey, backupkeytype => "rsa", - backupkeystore => "puppet://$server/files/keys", + backupkeystore => "puppet:///modules/site-keys", } } @@ -163,7 +163,7 @@ class backup { backupdir => "$backupdir/remote/$fqdn/rsync", backupkeytype => "rsa", id_file => "/root/.ssh/id_rsa", - backupkeystore => "puppet://$server/files/keys", + backupkeystore => "puppet:///modules/site-keys", keepdaily => '7', keepweekly => '4', keepmonthly => '3',