diff options
author | Micah Anderson <micah@leap.se> | 2014-11-08 00:44:30 -0500 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2014-11-08 00:44:30 -0500 |
commit | 180f32512a4c47444ea9e4f36d7376a894a83a4b (patch) | |
tree | 8c0dcb3e599f0f22c0cafde1a847f497a1478431 /puppet/modules | |
parent | d62f07ab408c6ff4d9d28a452c855ee6ed6cd758 (diff) |
Don't configure the tor DirPort options if the node is not an exit (#6335)
Change-Id: I4c7fb20b6da6f6a5bb2dd5af70511a28d4581174
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_tor/manifests/init.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/puppet/modules/site_tor/manifests/init.pp b/puppet/modules/site_tor/manifests/init.pp index e62cb12d..58f9e971 100644 --- a/puppet/modules/site_tor/manifests/init.pp +++ b/puppet/modules/site_tor/manifests/init.pp @@ -24,10 +24,6 @@ class site_tor { tor::daemon::directory { $::hostname: port => 80 } } else { - tor::daemon::directory { $::hostname: - port => 80, - port_front_page => ''; - } include site_tor::disable_exit } |