Add consul-template to the base role.

This commit is contained in:
Kazuhiro MUSASHI 2021-05-01 18:12:09 +09:00
parent 2eed57822c
commit e6c531d069
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ include_recipe '../cookbooks/base/default.rb'
include_recipe '../cookbooks/kazu634/default.rb' include_recipe '../cookbooks/kazu634/default.rb'
include_recipe '../cookbooks/supervisor/default.rb' include_recipe '../cookbooks/supervisor/default.rb'
include_recipe '../cookbooks/consul/default.rb' include_recipe '../cookbooks/consul/default.rb'
include_recipe '../cookbooks/consul-template/default.rb'
include_recipe '../cookbooks/fzf/default.rb' include_recipe '../cookbooks/fzf/default.rb'
include_recipe '../cookbooks/promtail/default.rb' include_recipe '../cookbooks/promtail/default.rb'
include_recipe '../cookbooks/vector/default.rb' include_recipe '../cookbooks/vector/default.rb'