From: Silvio Rhatto Date: Sat, 12 Sep 2015 14:01:22 +0000 (-0300) Subject: Removed old paramater at backup::rsync X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f0dcad90d18c60de4374d4f621ebc741d98171a1;p=puppet-backup.git Removed old paramater at backup::rsync --- 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",