2021-04-30 05:50:09 +00:00
|
|
|
include_recipe './attributes.rb'
|
|
|
|
|
|
|
|
include_recipe './install.rb'
|
|
|
|
|
2021-05-08 07:43:07 +00:00
|
|
|
if node['nomad']['manager'] || node['nomad']['client']
|
|
|
|
include_recipe './setup.rb'
|
2022-01-10 06:33:45 +00:00
|
|
|
include_recipe './csi.rb'
|
2021-04-30 05:50:09 +00:00
|
|
|
|
2021-05-08 07:43:07 +00:00
|
|
|
include_recipe './shared_dir.rb'
|
|
|
|
end
|