Get rid of compat_resource and mariadb
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# Cookbook:: homebrew
|
||||
# Attributes:: default
|
||||
#
|
||||
# Copyright:: 2011-2016, Chef Software, Inc.
|
||||
# Copyright:: 2011-2019, Chef Software, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@@ -24,6 +24,6 @@ default['homebrew']['auto-update'] = true
|
||||
default['homebrew']['casks'] = []
|
||||
default['homebrew']['formulas'] = node['homebrew']['formula'] || []
|
||||
default['homebrew']['taps'] = []
|
||||
default['homebrew']['installer']['url'] = 'https://raw.githubusercontent.com/Homebrew/install/master/install'
|
||||
default['homebrew']['installer']['url'] = 'https://raw.githubusercontent.com/Homebrew/install/master/install.sh'
|
||||
default['homebrew']['installer']['checksum'] = nil
|
||||
default['homebrew']['enable-analytics'] = true
|
||||
|
||||
Reference in New Issue
Block a user