Get rid of compat_resource and mariadb

This commit is contained in:
Greg Karékinian
2023-06-29 16:49:06 +02:00
parent 462bdabf01
commit 1f29d8a01a
122 changed files with 654 additions and 10347 deletions

View File

@@ -2,7 +2,7 @@
# Cookbook:: homebrew
# Recipe:: install_casks
#
# Copyright:: 2014-2016, Chef Software, Inc <legal@chef.io>
# Copyright:: 2014-2019, Chef Software, Inc <legal@chef.io>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -17,8 +17,6 @@
# limitations under the License.
#
include_recipe 'homebrew::cask'
node['homebrew']['casks'].each do |cask|
homebrew_cask cask
end