Add missing cookbook files
This commit is contained in:
@@ -1 +0,0 @@
|
||||
~FC016
|
||||
@@ -1,15 +0,0 @@
|
||||
<!-- This is a generated file. Please do not edit directly -->
|
||||
|
||||
# Maintainers
|
||||
|
||||
This file lists how this cookbook project is maintained. When making changes to the system, this file tells you who needs to review your patch - you need a review from an existing maintainer for the cookbook to provide a :+1: on your pull request. Additionally, you need to not receive a veto from a Lieutenant or the Project Lead.
|
||||
|
||||
Check out [How Cookbooks are Maintained](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD) for details on the process and how to become a maintainer or the project lead.
|
||||
|
||||
# Project Maintainer
|
||||
* [Tim Smith](https://github.com/tas50)
|
||||
|
||||
# Maintainers
|
||||
* [Jennifer Davis](https://github.com/sigje)
|
||||
* [Tim Smith](https://github.com/tas50)
|
||||
* [Thom May](https://github.com/thommay)
|
||||
@@ -1,9 +0,0 @@
|
||||
if defined?(ChefSpec)
|
||||
def install_xcode_command_line_tools(resource_name)
|
||||
ChefSpec::Matchers::ResourceMatcher.new(:xcode_command_line_tools, :install, resource_name)
|
||||
end
|
||||
|
||||
def install_build_essential(resource_name)
|
||||
ChefSpec::Matchers::ResourceMatcher.new(:build_essential, :install, resource_name)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user