From f0dcad90d18c60de4374d4f621ebc741d98171a1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 12 Sep 2015 11:01:22 -0300 Subject: Removed old paramater at backup::rsync --- manifests/rsync.pp | 1 - 1 file changed, 1 deletion(-) 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", -- cgit v1.2.3