cookbook 'il-base', '= 0.4.2'
il-base (4) Versions 0.4.2 Follow0
Installs/Configures il_base
cookbook 'il-base', '= 0.4.2', :supermarket
knife supermarket install il-base
knife supermarket download il-base
il-base cookbook
IL-Base is a application cookbook around base cookbooks and recipes we want to include in our environments.
Some are default as we need them to be on our nodes, some are attribute driven so we can specify if we want to include them.
Supported Platforms
- Ubuntu
Attributes
default.rb
Inlcude the apt cookbook
default['base']['include']['apt'] = true
Include the chef_client cookbook
default['base']['include']['chef-client'] = false
Include a simple report handler which outputs updated resources to stdout
default['base']['include']['simple_report_handler'] = true
Include the hipchat handler
default['base']['include']['hipchat_handler'] = false
Include the slack handler
default['base']['include']['slack_handler'] = false
Include chef-sugar
default['base']['include']['chef-sugar'] = true
Include the ntp cookbook
default['base']['include']['ntp'] = true
Include motd
default['base']['include']['motd'] = true default['base']['motd']['operation_tools'] = true
Include some operations tools
default['base']['include']['operation_tools'] = true default['base']['operation-tools'] = %w( htop iotop apachetop atop nmon dstat iftop nload )
Include build_essential cookbook
default['base']['include']['build_essential'] = false
Usage
il-base::default
Include il-base
in your node's run_list
:
{ "run_list": [ "recipe[il-base::default]" ] }
Contributing
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
License and Authors
Author:: Edmund Haselwanter (me@ehaselwanter.com)
Dependent cookbooks
apt >= 0.0.0 |
build-essential >= 0.0.0 |
ntp >= 0.0.0 |
chef-client >= 0.0.0 |
chef-sugar >= 0.0.0 |
chef_handler >= 0.0.0 |
hipchat >= 0.0.0 |
slack_handler >= 0.0.0 |
vim >= 0.0.0 |
tmux >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Foodcritic Metric
0.4.2 failed this metric
FC031: Cookbook without metadata file: /tmp/cook/0a04624bfc421f037a56869e/il-base/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/0a04624bfc421f037a56869e/il-base/metadata.rb:1
0.4.2 failed this metric
FC045: Consider setting cookbook name in metadata: /tmp/cook/0a04624bfc421f037a56869e/il-base/metadata.rb:1