6 lines
98 B
Ruby
6 lines
98 B
Ruby
|
include_recipe './attributes.rb'
|
||
|
|
||
|
if node['blog']['production']
|
||
|
include_recipe './nginx.rb'
|
||
|
end
|