diff options
author | Adam Jacob <adam@chef.io> | 2016-12-21 09:58:31 -0800 |
---|---|---|
committer | Adam Jacob <adam@chef.io> | 2016-12-21 09:58:31 -0800 |
commit | 3efafd0be5ea54fc89de6d147106ffa1eedb395d (patch) | |
tree | 94aa2d3ce839e8b25ef7b209f8e04bef440d954d /habitat/default.toml | |
parent | 03c3c222b1246b537e2121ec35330e685afee66a (diff) | |
download | chef-3efafd0be5ea54fc89de6d147106ffa1eedb395d.tar.gz |
Initial habitat planadamhjk/habitat
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 <adam@chef.io>
Diffstat (limited to 'habitat/default.toml')
-rw-r--r-- | habitat/default.toml | 11 |
1 files changed, 11 insertions, 0 deletions
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 = "" |