cookbook 'codenamephp_bash', '= 1.0.2'
codenamephp_bash (10) Versions 1.0.2 Follow0
Makes sure bash is installed and handles bash configurations
cookbook 'codenamephp_bash', '= 1.0.2', :supermarket
knife supermarket install codenamephp_bash
knife supermarket download codenamephp_bash
Chef Cookbook Bash
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
Fixed bugs:
- Changelog: Version not respected after release #6
Merged pull requests:
- [RELEASE 1.0.2] #8 (bastianschwarz)
v1.0.1 (2018-09-02)
Merged pull requests:
- [RELEASE 1.0.1] #7 (bastianschwarz)
v1.0.0 (2018-09-02)
Implemented enhancements:
Closed issues:
- Lets see if auto changelog works #1
Merged pull requests:
- [RELEASE 1.0.0] #5 (bastianschwarz)
* This Change Log was automatically generated by github_changelog_generator
License Metric
1.0.2 passed this metric
1.0.2 passed this metric