deb_pkg_unautostart cookbook
(opens in a new tab) (opens in a new tab) (opens in a new tab)
Debian packages like to auto start processes during install, with default configurations, generally not even close to the desired configuration. That's annoying. Lets make it less annoying.
Maintainers
This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit sous-chefs.org or come chat with us on the Chef Community Slack in #sous-chefs.
Requirements
Platforms
- Debian/Ubuntu
Chef
- Chef 12.1+
Cookbooks
- None
Usage
Add to your run list, or include in a recipe, or how ever else you feel like getting a recipe compiled and converged:
run_list("recipe[deb_pkg_unautostart]")
There's even an option to get this dropped during the compile phase in cases where you can't get to the start of the run list, or you have packages that are being installed during the compile phase.
override_attributes(
:deb_pkg_unautostart => {
:compiletime => true
}
)
Contributors
This project exists thanks to all the people who contribute. (opens in a new tab)
Backers
Thank you to all our backers!
Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.