aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-19 11:57:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-19 11:57:53 -0300
commit947911ed7d6045fb96adf8e906ce8cc865d56ea0 (patch)
tree107b0b198a0bc019a35095f7b7895d90c73318d5
parentab1a35b94fcbc1c2a3dcb861238aa5a05076cdd3 (diff)
downloadpuppet-backup-947911ed7d6045fb96adf8e906ce8cc865d56ea0.tar.gz
puppet-backup-947911ed7d6045fb96adf8e906ce8cc865d56ea0.tar.bz2
no backupninja sandboxes
-rw-r--r--manifests/rdiff.pp1
-rw-r--r--manifests/rsync.pp1
2 files changed, 2 insertions, 0 deletions
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"]) {