From 8931d6709c03d97d40e8063dbcc0047404914291 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Tue, 1 Sep 2020 01:21:59 +0900 Subject: [PATCH] Create the entrypoint .rb. --- cookbooks/promtail/default.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cookbooks/promtail/default.rb diff --git a/cookbooks/promtail/default.rb b/cookbooks/promtail/default.rb new file mode 100644 index 0000000..340c25a --- /dev/null +++ b/cookbooks/promtail/default.rb @@ -0,0 +1,6 @@ +# Loading the attributes: +include_recipe './attributes.rb' + +include_recipe './install.rb' + +include_recipe './setup.rb'