diff options
Diffstat (limited to 'manifests/rsync.pp')
-rw-r--r-- | manifests/rsync.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/rsync.pp b/manifests/rsync.pp index 997bf02..733885b 100644 --- a/manifests/rsync.pp +++ b/manifests/rsync.pp @@ -10,7 +10,6 @@ define backup::rsync( ensure => $ensure, keymanage => false, home => "${backup::params::backupdir}/remote/$use_fqdn", - backupdir => "${backup::params::backupdir}/remote/$use_fqdn/rsync", backupkeytype => "rsa", id_file => "/root/.ssh/id_rsa", backupkeystore => "puppet:///pubkeys", |