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