Install `Vault` by default:

```
 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'
```
This commit is contained in:
Kazuhiro MUSASHI 2021-06-21 21:26:40 +09:00 committed by Gitea
parent e340adfdcd
commit 8e1638d5e6
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ 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'