13 lines
225 B
Ruby
13 lines
225 B
Ruby
#
|
|
# Cookbook:: kosmos_openresty
|
|
# Recipe:: default
|
|
#
|
|
|
|
# Install openresty from official packages
|
|
include_recipe 'openresty::apt_package'
|
|
|
|
openresty_site 'hello_world' do
|
|
template 'hello_world.conf.erb'
|
|
action :enable
|
|
end
|