From 12e5478670a3480bae778ff97797e8c20b8e6306 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Jan 2013 19:15:26 -0200 Subject: Moving site-keys --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 7c7c164..eea89bb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -182,7 +182,7 @@ class backup { sshoptions => "-p $port", installkey => $installkey, backupkeytype => "rsa", - backupkeystore => "puppet:///modules/site-keys", + backupkeystore => "puppet:///modules/site_keys", } } @@ -195,7 +195,7 @@ class backup { backupdir => "$backupdir/remote/$fqdn/rsync", backupkeytype => "rsa", id_file => "/root/.ssh/id_rsa", - backupkeystore => "puppet:///modules/site-keys", + backupkeystore => "puppet:///modules/site_keys", keepdaily => '4', keepweekly => '2', keepmonthly => '2', -- cgit v1.2.3