Install `nomad` even if the node is not `nomad` server/client.
This commit is contained in:
parent
3c8de04494
commit
d5060f84f4
|
@ -2,6 +2,8 @@ include_recipe './attributes.rb'
|
|||
|
||||
include_recipe './install.rb'
|
||||
|
||||
include_recipe './setup.rb'
|
||||
if node['nomad']['manager'] || node['nomad']['client']
|
||||
include_recipe './setup.rb'
|
||||
|
||||
include_recipe './shared_dir.rb'
|
||||
include_recipe './shared_dir.rb'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue