WIP: LDAP server and support for Mastodon, ejabberd and MediaWiki #112

Closed
greg wants to merge 8 commits from feature/107-ldap into master
Showing only changes of commit ef79434cb5 - Show all commits

View File

@ -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"
#
# 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" unless node.chef_environment == "development"
end