Toggle `nginx` setup behavior.
This commit is contained in:
parent
e8cd0f4a32
commit
a0fef35f2f
|
@ -33,10 +33,14 @@ end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Prerequisites for Building nginx:
|
# Prerequisites for Building nginx:
|
||||||
|
if node['nginx']['skip_webadm']
|
||||||
include_recipe './webadm.rb'
|
include_recipe './webadm.rb'
|
||||||
|
end
|
||||||
|
|
||||||
# Install Let's Encrypt:
|
# Install Let's Encrypt:
|
||||||
|
if node['nginx']['skip_lego']
|
||||||
include_recipe './lego.rb'
|
include_recipe './lego.rb'
|
||||||
|
end
|
||||||
|
|
||||||
# Build nginx:
|
# Build nginx:
|
||||||
include_recipe './build.rb'
|
include_recipe './build.rb'
|
||||||
|
|
Loading…
Reference in New Issue