From 759fa52e0397b59c0415c8c0f53d47aacebcb12b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Tue, 2 Jun 2020 16:19:05 +0200 Subject: [PATCH] Enable the certbot resource --- site-cookbooks/kosmos_gitea/recipes/default.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site-cookbooks/kosmos_gitea/recipes/default.rb b/site-cookbooks/kosmos_gitea/recipes/default.rb index 3d8f370..e159833 100644 --- a/site-cookbooks/kosmos_gitea/recipes/default.rb +++ b/site-cookbooks/kosmos_gitea/recipes/default.rb @@ -147,8 +147,7 @@ nginx_site domain do action :enable end -# Enable when we switch the IP of gitea.kosmos.org -# nginx_certbot_site domain +nginx_certbot_site domain unless node.chef_environment == "development" include_recipe "firewall"