Merge pull request 'Toggle `nginx` setup behavior.' (#87) from toggle-nginx-setup-behavior into master
Reviewed-on: #87
This commit is contained in:
commit
20e0cf73ca
|
@ -33,10 +33,14 @@ end
|
|||
end
|
||||
|
||||
# Prerequisites for Building nginx:
|
||||
include_recipe './webadm.rb'
|
||||
if node['nginx']['skip_webadm']
|
||||
include_recipe './webadm.rb'
|
||||
end
|
||||
|
||||
# Install Let's Encrypt:
|
||||
include_recipe './lego.rb'
|
||||
if node['nginx']['skip_lego']
|
||||
include_recipe './lego.rb'
|
||||
end
|
||||
|
||||
# Build nginx:
|
||||
include_recipe './build.rb'
|
||||
|
|
Loading…
Reference in New Issue