Unicorn Tears Workstation Chef Cookbook
- Website: http://ut-cookbooks.github.io/ut_workstation/
- Supermarket: https://supermarket.chef.io/cookbooks/ut_workstation
- Source Code: https://github.com/ut-cookbooks/ut_workstation
A Chef cookbook for a Unicorn Tears workstation.
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.
Usage
Include recipe[ut_workstation]
in your run-list and set up some data
bag items (namely under workstation
and users
) to drive the cookbook.
Requirements
- Chef 12 or higher
Platform Support
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.
Cookbook Dependencies
This cookbook depends on the following external cookbooks:
- apt
- bashrc
- chruby
- homebrew
- homesick
- mac_os_x
- user
- ut_base
- python
- ruby_install
- xquartz
- vagrant
- virtualbox
Recipes
default
Main recipe which includes all internal recipes.
Attributes
Key | Description | Type | Default |
---|---|---|---|
["ut_workstation"]["vagrant"]["version"] |
The version of Vagrant to install | String | (see attributes/vagrant.rb) |
["ut_workstation"]["install_virtualbox"] |
Whether or not to install VirtualBox | Boolean | true |
["ut_workstation"]["install_vagrant"] |
Whether or not to install Vagrant | Boolean | true |
Resources and Providers
There are no external resources and providers.
Development
- 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.
License and Author
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.