Only add the Let's Encrypt set up when not in the dev environment

This commit is contained in:
Greg Karékinian 2019-04-23 11:41:12 +02:00
parent 79023a65f2
commit ecf5870195

View File

@ -43,4 +43,4 @@ nginx_site server_name do
action :enable action :enable
end end
nginx_certbot_site server_name nginx_certbot_site server_name unless node.chef_environment == "development"