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'