Change the default config to install `nomad` only.
This commit is contained in:
parent
d5060f84f4
commit
bd4f65dcf5
|
@ -4,6 +4,6 @@
|
|||
node.reverse_merge!({
|
||||
'nomad' => {
|
||||
'manager' => false,
|
||||
'client' => true
|
||||
'client' => false
|
||||
}
|
||||
})
|
||||
|
|
|
@ -7,3 +7,4 @@ include_recipe '../cookbooks/fzf/default.rb'
|
|||
include_recipe '../cookbooks/promtail/default.rb'
|
||||
include_recipe '../cookbooks/vector/default.rb'
|
||||
include_recipe '../cookbooks/prometheus-exporters/default.rb'
|
||||
include_recipe '../cookbooks/nomad/default.rb'
|
||||
|
|
Loading…
Reference in New Issue