From: Silvio Rhatto Date: Sat, 19 Mar 2016 14:57:53 +0000 (-0300) Subject: no backupninja sandboxes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=947911ed7d6045fb96adf8e906ce8cc865d56ea0;p=puppet-backup.git no backupninja sandboxes --- diff --git a/manifests/rdiff.pp b/manifests/rdiff.pp index 8bc5cff..7cf6ed0 100644 --- a/manifests/rdiff.pp +++ b/manifests/rdiff.pp @@ -19,6 +19,7 @@ define backup::rdiff( sshoptions => "-p $port", backupkeytype => "rsa", backupkeystore => "puppet:///pubkeys", + sandbox => false, } if !defined(Ssh_local_key["$hostname"]) { diff --git a/manifests/rsync.pp b/manifests/rsync.pp index ff62b80..5f2aa35 100644 --- a/manifests/rsync.pp +++ b/manifests/rsync.pp @@ -28,6 +28,7 @@ define backup::rsync( bandwidthlimit => $bandwidthlimit, compress => '1', testconnect => 'yes', + sandbox => false, } if !defined(Nodo::Subsystem::Ssh::Local_key["$hostname"]) {