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.0.0

Stop deb packages from starting services

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

deb_pkg_unautostart cookbook

Build Status Cookbook Version

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.

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

License & Authors

Author: Chris Roberts chrisroberts.code@gmail.com

Author: Cookbook Engineering Team (cookbooks@chef.io)

Copyright: 2016, Chef Software, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

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.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.0.0 passed this metric

Contributing File Metric
            

2.0.0 passed this metric

Foodcritic Metric
            

2.0.0 passed this metric

No Binaries Metric
            

2.0.0 passed this metric

Testing File Metric
            

2.0.0 passed this metric

Version Tag Metric
            

2.0.0 passed this metric