itamae/cookbooks/blog/default.rb

6 lines
98 B
Ruby
Raw Normal View History

2019-03-03 08:50:49 +00:00
include_recipe './attributes.rb'
if node['blog']['production']
include_recipe './nginx.rb'
end