From e6c531d06918f7fb102865221023f6bf1274ca33 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sat, 1 May 2021 18:12:09 +0900 Subject: [PATCH] Add consul-template to the base role. --- roles/base.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/base.rb b/roles/base.rb index 74e1874..acd267d 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -2,6 +2,7 @@ include_recipe '../cookbooks/base/default.rb' include_recipe '../cookbooks/kazu634/default.rb' include_recipe '../cookbooks/supervisor/default.rb' include_recipe '../cookbooks/consul/default.rb' +include_recipe '../cookbooks/consul-template/default.rb' include_recipe '../cookbooks/fzf/default.rb' include_recipe '../cookbooks/promtail/default.rb' include_recipe '../cookbooks/vector/default.rb'