diff options
author | varac <varacanero@zeromail.org> | 2016-01-20 10:35:59 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-01-20 10:35:59 +0100 |
commit | 008f4b985d9c8eff79f008b3768093c7eae6de27 (patch) | |
tree | a7aef7e6133db17e634efe21d67a6e69aaee6f6a /puppet | |
parent | 9718a6cf697ffeb79dcafbb2ce35dbdd6f43f9b4 (diff) | |
parent | fb2d35ae441bce0496e274b2339589f5b8f84252 (diff) |
Merge remote-tracking branch 'micah/bug/7822' into develop
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_tor/manifests/disable_exit.pp | 2 |
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 => [ '*:*' ]; } } |