diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-04-09 00:02:02 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-04-09 00:02:02 -0300 |
commit | 8231f5474b8e729f494bf29ae1cd59ad169edc18 (patch) | |
tree | 55f22ce5ec90a6aa7e72945481238120cad81c72 /manifests | |
parent | ce81f18e664f3e863ac203e9916e830235d2646e (diff) | |
download | puppet-backup-8231f5474b8e729f494bf29ae1cd59ad169edc18.tar.gz puppet-backup-8231f5474b8e729f494bf29ae1cd59ad169edc18.tar.bz2 |
Using ssh mountpoint
Diffstat (limited to 'manifests')
-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 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', |