You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remote_file "/etc/nginx/conf.d/itamae.conf" do
source :auto # This is default
end
Itamae will search files/etc/nginx/conf.d/itamae.conf, files/nginx/conf.d/itamae.conf, files/conf.d/itamae.conf and files/itamae.conf under the directory where the recipe exists and use the file found first.
template
template "/etc/nginx/conf.d/itamae.conf" do
source :auto # This is default
end
Itamae will search templates/etc/nginx/conf.d/itamae.conf.erb, templates/nginx/conf.d/itamae.conf.erb, templates/conf.d/itamae.conf.erb and templates/itamae.conf.erb under the directory where the recipe exists and use the file found first.
The text was updated successfully, but these errors were encountered:
remote_file
Itamae will search
files/etc/nginx/conf.d/itamae.conf
,files/nginx/conf.d/itamae.conf
,files/conf.d/itamae.conf
andfiles/itamae.conf
under the directory where the recipe exists and use the file found first.template
Itamae will search
templates/etc/nginx/conf.d/itamae.conf.erb
,templates/nginx/conf.d/itamae.conf.erb
,templates/conf.d/itamae.conf.erb
andtemplates/itamae.conf.erb
under the directory where the recipe exists and use the file found first.The text was updated successfully, but these errors were encountered: