Only set up Tor when not in the dev environment
This commit is contained in:
parent
786a71cee2
commit
ef79434cb5
@ -139,11 +139,11 @@ unless node.chef_environment == "development"
|
||||
protocol :tcp
|
||||
command :allow
|
||||
end
|
||||
end
|
||||
|
||||
#
|
||||
# Tor hidden service
|
||||
#
|
||||
# The attributes for the hidden service are set in attributes/default.rb, due
|
||||
# to the way the tor-full cookbook builds the path to the hidden service dir
|
||||
include_recipe "tor-full"
|
||||
include_recipe "tor-full" unless node.chef_environment == "development"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user