diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 19:15:26 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 19:15:26 -0200 |
commit | 12e5478670a3480bae778ff97797e8c20b8e6306 (patch) | |
tree | 0319b36f9577ecfa1ecd759dcc2647b38e267787 | |
parent | 598760f912959260588ba813b1c3611e89d28083 (diff) | |
download | puppet-backup-12e5478670a3480bae778ff97797e8c20b8e6306.tar.gz puppet-backup-12e5478670a3480bae778ff97797e8c20b8e6306.tar.bz2 |
Moving site-keys
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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', |