]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
no backupninja sandboxes
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Mar 2016 14:57:53 +0000 (11:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Mar 2016 14:57:53 +0000 (11:57 -0300)
manifests/rdiff.pp
manifests/rsync.pp

index 8bc5cff529c63beb75e96c3b24ac73301915ba9d..7cf6ed034175c9ea19b5fe31fecda3e52e67f203 100644 (file)
@@ -19,6 +19,7 @@ define backup::rdiff(
     sshoptions     => "-p $port",
     backupkeytype  => "rsa",
     backupkeystore => "puppet:///pubkeys",
+    sandbox        => false,
   }
 
   if !defined(Ssh_local_key["$hostname"]) {
index ff62b8049415fc576bfc337b4a80ccf9ea63a0f4..5f2aa35f37284835102b5056c2e5febb9b24f259 100644 (file)
@@ -28,6 +28,7 @@ define backup::rsync(
     bandwidthlimit => $bandwidthlimit,
     compress       => '1',
     testconnect    => 'yes',
+    sandbox        => false,
   }
 
   if !defined(Nodo::Subsystem::Ssh::Local_key["$hostname"]) {