diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-17 12:46:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-17 12:46:15 -0300 |
commit | 4e54b77b0daf99148811119ffd7842ea509ed88d (patch) | |
tree | 6c7fdf104726d44b7d108bb6217ceca8ac20dcf4 /manifests | |
parent | aac802e29c51dbe81f0f3a977c2020777051a968 (diff) | |
download | puppet-backup-4e54b77b0daf99148811119ffd7842ea509ed88d.tar.gz puppet-backup-4e54b77b0daf99148811119ffd7842ea509ed88d.tar.bz2 |
Testing connection for rsync backups
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 3c8014f..48fe185 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -137,6 +137,7 @@ class backup { port => $port, bandwidthlimit => $bandwidthlimit, compress => '1', + testconnect => 'yes', } } |