itamae/cookbooks/nginx/default.rb

17 lines
328 B
Ruby
Raw Normal View History

2019-03-03 08:50:49 +00:00
# Retrieve the default values:
include_recipe './attributes.rb'
# Kernel Parameters:
include_recipe './kernel.rb'
# Prerequisites for Building nginx:
include_recipe './webadm.rb'
# Build nginx:
include_recipe './build.rb'
# Setup nginx:
include_recipe './setup.rb'
# Install Let's Encrypt:
include_recipe './letsencrypt.rb'