Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

deb_pkg_unautostart (15) Versions 0.1.0

Stop deb packages from starting services

Policyfile
Berkshelf
Knife
cookbook 'deb_pkg_unautostart', '= 0.1.0', :supermarket
cookbook 'deb_pkg_unautostart', '= 0.1.0'
knife supermarket install deb_pkg_unautostart
knife supermarket download deb_pkg_unautostart
README
Dependencies
Quality -%

Deb Pkg Unautostart

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.

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
  }
)

Info

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found