itamae/cookbooks/everun/default.rb

6 lines
100 B
Ruby
Raw Normal View History

2023-02-05 02:00:25 +00:00
include_recipe './attributes.rb'
if node['everun']['production']
include_recipe './nginx.rb'
end