Update rsk-testnet-2 with new rskj-testnet role
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user