2021-04-30 05:50:09 +00:00
|
|
|
include_recipe './attributes.rb'
|
|
|
|
|
|
|
|
include_recipe './install.rb'
|
|
|
|
|
2024-07-15 12:39:59 +00:00
|
|
|
if node['nomad']['client']
|
|
|
|
include_recipe '../docker/default.rb'
|
2024-11-03 01:58:04 +00:00
|
|
|
include_recipe './csi.rb'
|
|
|
|
|
|
|
|
package "consul-cni"
|
|
|
|
package "dmidecode"
|
2024-07-15 12:39:59 +00:00
|
|
|
end
|
|
|
|
|
2021-05-08 07:43:07 +00:00
|
|
|
if node['nomad']['manager'] || node['nomad']['client']
|
|
|
|
include_recipe './setup.rb'
|
|
|
|
end
|