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

The codenamephp_bash cookbook has been deprecated

Author provided reason for deprecation:

The codenamephp_bash cookbook has been deprecated and is no longer being maintained by its authors. Use of the codenamephp_bash cookbook is no longer recommended.

RSS

codenamephp_bash (10) Versions 1.0.2

Makes sure bash is installed and handles bash configurations

Policyfile
Berkshelf
Knife
cookbook 'codenamephp_bash', '= 1.0.2', :supermarket
cookbook 'codenamephp_bash', '= 1.0.2'
knife supermarket install codenamephp_bash
knife supermarket download codenamephp_bash
README
Dependencies
Changelog
Quality 33%

Chef Cookbook Bash

Build Status

Makes sure bash is installed and handles bash configurations

Requirements

Supported Platforms

  • Debian Stretch

Chef

  • Chef 13.0+

Cookbook Depdendencies

Usage

Add the cookbook to your Berksfile:

cookbook 'codenamephp_bash'

Add the tools cookbook to your runlist, e.g. in a role:

{
  "name": "default",
  "chef_type": "role",
  "json_class": "Chef::Role",
  "run_list": [
      "recipe[codenamephp_bash]"
  ]
}

Attributes

There are currently no attributes.

Recipes

Default

The default recipe initializes the bashrc.d folder using the /etc/skel and for each user with uid > 1000 (so all non-system users) that have a user directory. No special
configs are added. Since all files from the folder are used, you can just add your configs as a template using your own cookbook.

Change Log

Unreleased

Full Changelog

Fixed bugs:

  • Changelog: Version not respected after release #6

Merged pull requests:

v1.0.1 (2018-09-02)

Full Changelog

Merged pull requests:

v1.0.0 (2018-09-02)

Implemented enhancements:

  • Init for all users with data dir #4
  • Add github token to changelog generator #2

Closed issues:

  • Lets see if auto changelog works #1

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator

Collaborator Number Metric
            

1.0.2 failed this metric

Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.0.2 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

Foodcritic Metric
            

1.0.2 passed this metric

No Binaries Metric
            

1.0.2 passed this metric

Testing File Metric
            

1.0.2 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
            

1.0.2 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