diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-16 22:32:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-16 22:32:20 -0300 |
commit | d3a23668585d0af3e4f21f48889c7316a2eed04e (patch) | |
tree | 5ad74d2da0bff5b9e39295bfd0030acb683aefe1 /manifests | |
parent | 28da70a0a002d9ef4ed18fa70201d6bbdc5a1616 (diff) | |
download | puppet-backup-d3a23668585d0af3e4f21f48889c7316a2eed04e.tar.gz puppet-backup-d3a23668585d0af3e4f21f48889c7316a2eed04e.tar.bz2 |
Removing 'dest' param from rsync definition
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index b041824..50f2834 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -130,7 +130,6 @@ class backup { include => $backup_include_encrypted, exclude => $backup_exclude_encrypted, # [dest] - dest => "remote", port => $port, installkey => $installkey, keepdaily => '7', |