diff --git a/site-cookbooks/kosmos-ejabberd/recipes/default.rb b/site-cookbooks/kosmos-ejabberd/recipes/default.rb index bae9d12..754818e 100644 --- a/site-cookbooks/kosmos-ejabberd/recipes/default.rb +++ b/site-cookbooks/kosmos-ejabberd/recipes/default.rb @@ -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