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 2.1.4

Stop deb packages from starting services

Policyfile
Berkshelf
Knife
cookbook 'deb_pkg_unautostart', '= 2.1.4', :supermarket
cookbook 'deb_pkg_unautostart', '= 2.1.4'
knife supermarket install deb_pkg_unautostart
knife supermarket download deb_pkg_unautostart
README
Dependencies
Changelog
Quality 50%

deb_pkg_unautostart cookbook

Cookbook Version
CI State
OpenCollective
OpenCollective
License

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.

Backers

Thank you to all our backers!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website
https://opencollective.com/sous-chefs/sponsor/1/website
https://opencollective.com/sous-chefs/sponsor/2/website
https://opencollective.com/sous-chefs/sponsor/3/website
https://opencollective.com/sous-chefs/sponsor/4/website
https://opencollective.com/sous-chefs/sponsor/5/website
https://opencollective.com/sous-chefs/sponsor/6/website
https://opencollective.com/sous-chefs/sponsor/7/website
https://opencollective.com/sous-chefs/sponsor/8/website
https://opencollective.com/sous-chefs/sponsor/9/website

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

deb_pkg_unautostart Cookbook CHANGELOG

This file is used to list changes made in each version of the deb_pkg_unautostart cookbook.

2.1.4 - 2023-03-02

  • Remove delivery workflow
  • Update renovate configuration
  • Use new worklflows

2.1.3 - 2023-02-14

  • Remove delivery folder

2.1.2 - 2021-08-29

  • Standardise files with files in sous-chefs/repo-management

2.1.1 - 2021-06-01

  • Standardise files with files in sous-chefs/repo-management

2.1.0 - 2021-03-15

  • Sous Chefs Adoption
  • Add InSpec test

2.0.0 (2016-09-15)

  • Testing updates
  • Require Chef 12.1+

v1.0.0 (2016-08-05)

  • Moved this cookbook from Heavy Water to Chef for maintenance
  • Resolved all Foodcritic and Cookstyle warnings
  • Added supported platforms to the metadata
  • Added chef_version, issues_url, source_url and long_description to the metadata
  • Added a requirements and license section to the README
  • Added Contributing, Testing, and Maintainers docs
  • Added a Rakefile for simplified testing
  • Added a Berksfile
  • Added a Gemfile for test deps
  • Added integration testing in Travis CI with kitchen-dokken
  • Added the Apache 2.0 license file
  • Added a Test Kitchen config

Collaborator Number Metric
            

2.1.4 passed this metric

Contributing File Metric
            

2.1.4 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Cookstyle Metric
            

2.1.4 passed this metric

No Binaries Metric
            

2.1.4 passed this metric

Testing File Metric
            

2.1.4 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

2.1.4 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number