summaryrefslogtreecommitdiff
path: root/habitat/hooks
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup habitat/plan.sh for chef-infra-clientSalim Afiune2019-08-022-0/+21
| | | | Signed-off-by: Salim Afiune <afiune@chef.io>
* added scaffolding-chef planechohack2019-06-172-21/+0
| | | | Signed-off-by: echohack <echohack@users.noreply.github.com>
* Allow config file name to flex for nonstandard file names.Nathan Cerny2019-05-291-1/+5
| | | | Signed-off-by: Nathan Cerny <ncerny@gmail.com>
* Fix typo in configuration path.Nathan Cerny2019-05-281-2/+2
| | | | Signed-off-by: Nathan Cerny <ncerny@gmail.com>
* Update Habitat Build with license acceptance and make package more flexible.Nathan Cerny2019-05-281-1/+7
| | | | Signed-off-by: Nathan Cerny <ncerny@gmail.com>
* Update hab plan to current standardselliott/update_hab_planThom May2018-05-021-7/+1
| | | | | | Also tidy up the config a bit Signed-off-by: Thom May <thom@chef.io>
* Update Habitat plan to correctly buildElliott Davis2018-05-022-5/+14
| | | | | | * Add a few config new settings Signed-off-by: Elliott Davis <edavis@chef.io>
* use pkg.path variable to reference path to selfRobb Kidd2017-01-171-1/+1
| | | | | | This will resolve an error that appears if this package is built and run for development or personal use under a different origin. Signed-off-by: Robb Kidd <robb@thekidds.org>
* Initial habitat planadamhjk/habitatAdam Jacob2016-12-211-0/+8
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>