Configures basic server parameters: hostname, timezone, kernel modules.
The following platforms are supported by this cookbook, meaning that the recipes run on these platforms without error:
- Ubuntu
base
- Configure all parametersbase::hostname
- Configure node hostnamebase::modules
- Configure node modulesbase::timezone
- Configure node timezone
Set your options in role/node and add recipe to run_list.
default[:hostname] = nil
default[:timezone] = 'Etc/UTC'
default[:modules] = []
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
chef-base
- Freely distributable and licensed under the MIT license.
- Copyright (c) 2012 Alexey Noskov (alexey.noskov@gmail.com)