cookbook 'ut_base', '~> 1.7.2'
ut_base (12) Versions 1.7.2 Follow0
Unicorn Tears Base Cookbook
cookbook 'ut_base', '~> 1.7.2', :supermarket
knife supermarket install ut_base
knife supermarket download ut_base
Unicorn Tears Base Chef Cookbook
- 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.
Usage
Simply include recipe[ut_base]
in your run-list.
Requirements
- Chef 11 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:
Recipes
default
Main recipe which includes all internal recipes.
Attributes
There are no attributes.
Resources and Providers
There are no 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.
Dependent cookbooks
apt ~> 2.0 |
build-essential ~> 2.0 |
chef-sugar ~> 3.0 |
git ~> 4.2 |
homebrew ~> 1.4 |
mosh ~> 0.3 |
openssh ~> 1.2 |
postfix ~> 3.0 |
sudo ~> 2.1 |
ubuntu ~> 1.1 |
xcode ~> 1.2 |
yum-epel ~> 0.2 |
Contingent cookbooks
1.7.2 / 2015-08-08
Improvements
- Update xcode cookbook dependency to use released upstream version. (@fnichol)
- Update README.md formatting. (@fnichol)
1.7.0 / 2015-08-07
New features
- Remove
apple-gcc42
package from _compiler for Mac. (@fnichol) - Add
htop
package for Mac OS X platforms. (@fnichol)
Improvements
1.6.0 / 2015-07-18
Bug fixes
- Fix support for Mac OS X 10.10. (@fnichol)
Improvements
- Update to finstyle 1.4.0. (@fnichol)
- Update to chef-sugar ~> 3.0. (@fnichol)
- Confirm this cookbook works with Ubuntu 15.04. (@fnichol)
- Confirm this cookbook works with CentOS 7.1. (@fnichol)
- Confirm this cookbook works with Debian 8.1. (@fnichol)
1.5.0 / 2014-12-03
New features
- Add xcode license support for newer versions of xcode. (@fnichol)
1.4.0 / 2014-12-03
New features
- Add xcode checksumming to _compiler recipe for Mac. (@fnichol)
1.3.0 / 2014-08-07
Bug fixes
- Verify support for CentOS platform. (@fnichol)
Improvements
- Update cookbook dependencies (no longer and git or forked deps). (@fnichol)
- Add spec coverage and code quality tooling to project. (@fnichol)
1.2.0 / 2014-01-26
Improvements
- Update cookbook dependencies, use modern tmux on ubuntu-12.04. (@fnichol)
1.1.0 / 2014-01-26
New features
- Add Xcode installation support for Mac platforms. (@fnichol)
Improvements
- Update homebrew cookbook back to upstream 1.4.0 or later. (@fnichol)
1.0.6 / 2013-08-14
- Remove unzip package from mac_os_x as brew nuked formula. (@fnichol)
1.0.4 / 2013-08-14
- Remove screen package from mac_os_x as brew nuked formula. (@fnichol)
1.0.2 / 2013-07-28
- Add tmux and screen to base packages. (@fnichol)
1.0.0 / 2013-07-27
The initial release.
Collaborator Number Metric
1.7.2 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
1.7.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
1.7.2 failed this metric
FC064: Ensure issues_url is set in metadata: ut_base/metadata.rb:1
FC065: Ensure source_url is set in metadata: ut_base/metadata.rb:1
FC066: Ensure chef_version is set in metadata: ut_base/metadata.rb:1
FC069: Ensure standardized license defined in metadata: ut_base/metadata.rb:1
FC121: Cookbook depends on cookbook made obsolete by Chef 14: ut_base/metadata.rb:1
FC122: Use the build_essential resource instead of the recipe: ut_base/recipes/_compiler.rb:46
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
1.7.2 passed this metric
Testing File Metric
1.7.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.7.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.7.2 failed this metric
1.7.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
1.7.2 failed this metric
FC064: Ensure issues_url is set in metadata: ut_base/metadata.rb:1
FC065: Ensure source_url is set in metadata: ut_base/metadata.rb:1
FC066: Ensure chef_version is set in metadata: ut_base/metadata.rb:1
FC069: Ensure standardized license defined in metadata: ut_base/metadata.rb:1
FC121: Cookbook depends on cookbook made obsolete by Chef 14: ut_base/metadata.rb:1
FC122: Use the build_essential resource instead of the recipe: ut_base/recipes/_compiler.rb:46
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
1.7.2 passed this metric
Testing File Metric
1.7.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.7.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.7.2 failed this metric
FC065: Ensure source_url is set in metadata: ut_base/metadata.rb:1
FC066: Ensure chef_version is set in metadata: ut_base/metadata.rb:1
FC069: Ensure standardized license defined in metadata: ut_base/metadata.rb:1
FC121: Cookbook depends on cookbook made obsolete by Chef 14: ut_base/metadata.rb:1
FC122: Use the build_essential resource instead of the recipe: ut_base/recipes/_compiler.rb:46
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
1.7.2 passed this metric
Testing File Metric
1.7.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.7.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.7.2 failed this metric
1.7.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number