Install `Vault` before `Consul`.

This commit is contained in:
Kazuhiro MUSASHI 2022-07-10 14:09:33 +09:00
parent 8193d651a8
commit cb66b7eed3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,7 @@
include_recipe '../cookbooks/base/default.rb'
include_recipe '../cookbooks/kazu634/default.rb'
include_recipe '../cookbooks/supervisor/default.rb'
include_recipe '../cookbooks/vault/default.rb'
include_recipe '../cookbooks/consul/default.rb'
include_recipe '../cookbooks/consul-template/default.rb'
include_recipe '../cookbooks/fzf/default.rb'
@ -8,4 +9,3 @@ 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'
include_recipe '../cookbooks/vault/default.rb'