Update cookbooks
* Replace old nginx cookbook with new chef_nginx cookbooks * Update application cookbook
This commit is contained in:
@@ -2,4 +2,8 @@ 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