Update rsk-testnet-2 with new rskj-testnet role

This commit is contained in:
2021-11-28 10:05:48 -06:00
parent c9d32e02aa
commit 0628d091dc
2 changed files with 5 additions and 4 deletions

View File

@@ -8,6 +8,8 @@ include_recipe "kosmos-nginx"
app_name = "rskj"
domain = node[app_name]["nginx"]["domain"]
nginx_certbot_site domain
template "#{node['nginx']['dir']}/sites-available/#{domain}" do
source "nginx_conf_#{app_name}.erb"
owner 'www-data'
@@ -23,5 +25,3 @@ end
nginx_site domain do
action :enable
end
nginx_certbot_site domain