- Website: http://ut-cookbooks.github.io/ut_base/
- Supermarket: https://supermarket.chef.io/cookbooks/ut_base
- Source Code: https://github.com/ut-cookbooks/ut_base
A Chef cookbook for a Unicorn Tears baseline node. This could be a server, virtual machine, or even a workstation--it's the most basic common set of behavior we want when we manage a node.
This is a wrapper (or application) cookbook and is therefore good and opinionated about application and configuration defaults. Feel free to try it, fork and modify it, or just read and learn.
Simply include recipe[ut_base]
in your run-list.
- Chef 11 or higher
This cookbook is tested on the following platforms with Test Kitchen:
- CentOS 7.1 64-bit
- Debian 8.1 64-bit
- Mac OS X 10.9
- Mac OS X 10.10
- Ubuntu 12.04 64-bit
- Ubuntu 14.04 64-bit
- Ubuntu 15.04 64-bit
Unlisted platforms in the same family of similar or equivalent versions may work without modification to this cookbook. Please report any additional platforms so they can be added.
This cookbook depends on the following external cookbooks:
Main recipe which includes all internal recipes.
There are no attributes.
There are no resources and providers.
- Source hosted at GitHub
- Report issues/Questions/Feature requests on GitHub Issues
Pull requests are very welcome! Make sure your patches are well tested. Ideally create a topic branch for every separate change you make.
Author:: Fletcher Nichol (fnichol@nichol.ca)
Copyright 2013, Fletcher Nichol
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.