From 3efafd0be5ea54fc89de6d147106ffa1eedb395d Mon Sep 17 00:00:00 2001 From: Adam Jacob Date: Wed, 21 Dec 2016 09:58:31 -0800 Subject: Initial habitat plan This is a simple initial habitat plan. It creates a chef-client service, which uses chef-solo to run cookbooks that are located in the default cache location. To build it yourself: * Install habitat * `hab studio build` You'll wind up with a habitat artifact in `results`. Signed-off-by: Adam Jacob --- habitat/default.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 habitat/default.toml (limited to 'habitat/default.toml') diff --git a/habitat/default.toml b/habitat/default.toml new file mode 100644 index 0000000000..04385fc371 --- /dev/null +++ b/habitat/default.toml @@ -0,0 +1,11 @@ +# The Chef run interval in seconds +interval = 10 + +# The splay +splay = 10 + +# The default log level +log_level = "info" + +# The default run list +run_list = "" -- cgit v1.2.1