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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 144369156c..03d53ceb10 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ tags */tags *~ .chef +results # You should check in your Gemfile.lock in applications, and not in gems external_tests/*.lock |