cookbook 'linux-tweak', '= 0.2.4'
The linux-tweak cookbook has been deprecated
Author provided reason for deprecation:
The linux-tweak cookbook has been deprecated and is no longer being maintained by its authors. Use of the linux-tweak cookbook is no longer recommended.
linux-tweak (15) Versions 0.2.4 Follow0
Performs various tweaks on fresh Linux installs
cookbook 'linux-tweak', '= 0.2.4', :supermarket
knife supermarket install linux-tweak
knife supermarket download linux-tweak
Chef Cookbook - Linux Tweak
This Chef recipe will perform a few tweaks on linux systems, and a few Ubuntu specific tweaks on Ubuntu systems.
Tweaks Performed
- Remove landscape packages (Ubuntu only)
- Install some packages I commonly use
- vim
- curl (For some reason not always present on base systems)
- gnupg2 (I use gpg2 a lot)
- Add some custom bash settings for all users
- Add aliases for ls -lh and ls -lhtr
- Add an alias to change rm into rm -i
- Change the history so it maintains 5000 entries and have date/time stamps
- Export a nice bash PS1
- Export vim as the default editor
- Delete the .bashrc for root and uids 500-900
Requirements
- Chef (Tested on Chef 12)
- Linux chef-clients (Tested on Ubuntu 12.04, Ubuntu 14.04, Debian 7.6, CentOS 5.10 and CentOS 6.5 but kitchen will let you test anything you want)
- The line cookbook from Chef Supermarket (tested and locked to 0.6.1)
- The apt cookbook from Chef Supermarket
Installation Tips
- I personally use Berks to install this into my Chef server, because it's easier.
Limitations
- This recipe has been tested with Ubuntu 12.04, Ubuntu 14.04, Debian 7.6, CentOS 5.10 and CentOS 6.5 but you can test it with any other Linux distro using kitchen. The full spec test is there.
- Well sort of. I didn't spen
Bug Fixes
- v0.2.4
- Alias for l used a pattern match for ll so every time it ran, it would replace ll, and ll would be recreated by its resource. This led to repeating l aliases. This has been fixed.
Use cases
If you like the shell preferences I set (PS1, aliases, etc...) then you can use this module.
Dependent cookbooks
line = 0.6.1 |
apt >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Foodcritic Metric
0.2.4 failed this metric
FC002: Avoid string interpolation where not required: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/bashrc.rb:20
FC002: Avoid string interpolation where not required: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/bashrc.rb:27
FC002: Avoid string interpolation where not required: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/bashrc.rb:34
FC002: Avoid string interpolation where not required: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/bashrc.rb:41
FC002: Avoid string interpolation where not required: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/bashrc.rb:48
FC002: Avoid string interpolation where not required: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/bashrc.rb:55
FC002: Avoid string interpolation where not required: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/bashrc.rb:62
FC002: Avoid string interpolation where not required: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/bashrc.rb:69
FC002: Avoid string interpolation where not required: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/packages.rb:37
FC023: Prefer conditional attributes: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/bashrc.rb:76
0.2.4 failed this metric
FC002: Avoid string interpolation where not required: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/bashrc.rb:27
FC002: Avoid string interpolation where not required: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/bashrc.rb:34
FC002: Avoid string interpolation where not required: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/bashrc.rb:41
FC002: Avoid string interpolation where not required: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/bashrc.rb:48
FC002: Avoid string interpolation where not required: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/bashrc.rb:55
FC002: Avoid string interpolation where not required: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/bashrc.rb:62
FC002: Avoid string interpolation where not required: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/bashrc.rb:69
FC002: Avoid string interpolation where not required: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/packages.rb:37
FC023: Prefer conditional attributes: /tmp/cook/123f42fae1a1d7adb900d90e/linux-tweak/recipes/bashrc.rb:76