7 lines
126 B
Ruby
7 lines
126 B
Ruby
|
include_recipe './attributes.rb'
|
||
|
|
||
|
if node['blog']['production']
|
||
|
include_recipe './ssl.rb'
|
||
|
include_recipe './nginx.rb'
|
||
|
end
|