8 lines
127 B
Ruby
8 lines
127 B
Ruby
include_recipe './attributes.rb'
|
|
|
|
include_recipe './install.rb'
|
|
|
|
if node['vault']['manager']
|
|
include_recipe './setup.rb'
|
|
end
|