summaryrefslogtreecommitdiff
path: root/puppet/modules
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-01-20 10:35:59 +0100
committervarac <varacanero@zeromail.org>2016-01-20 10:35:59 +0100
commit008f4b985d9c8eff79f008b3768093c7eae6de27 (patch)
treea7aef7e6133db17e634efe21d67a6e69aaee6f6a /puppet/modules
parent9718a6cf697ffeb79dcafbb2ce35dbdd6f43f9b4 (diff)
parentfb2d35ae441bce0496e274b2339589f5b8f84252 (diff)
Merge remote-tracking branch 'micah/bug/7822' into develop
Diffstat (limited to 'puppet/modules')
-rw-r--r--puppet/modules/site_tor/manifests/disable_exit.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_tor/manifests/disable_exit.pp b/puppet/modules/site_tor/manifests/disable_exit.pp
index 73016646..078f80ae 100644
--- a/puppet/modules/site_tor/manifests/disable_exit.pp
+++ b/puppet/modules/site_tor/manifests/disable_exit.pp
@@ -1,7 +1,7 @@
class site_tor::disable_exit {
tor::daemon::exit_policy {
'no_exit_at_all':
- reject => '*:*';
+ reject => [ '*:*' ];
}
}