diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2020-03-03 21:12:50 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2020-03-03 21:15:06 -0800 |
commit | 39a1e0f0bea5103924b21400f4aeb890dffa405b (patch) | |
tree | 4e919ad41ca2776108b55b11fc80eb51ee3fb3bc /lib/chef/resource/homebrew_cask.rb | |
parent | 633c4445e00f3174d156ac69a05be117a3fd0456 (diff) | |
download | chef-39a1e0f0bea5103924b21400f4aeb890dffa405b.tar.gz |
Remove the canonical DSL
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/resource/homebrew_cask.rb')
-rw-r--r-- | lib/chef/resource/homebrew_cask.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/homebrew_cask.rb b/lib/chef/resource/homebrew_cask.rb index c8d6fa6bda..347e1ca435 100644 --- a/lib/chef/resource/homebrew_cask.rb +++ b/lib/chef/resource/homebrew_cask.rb @@ -25,7 +25,6 @@ class Chef class HomebrewCask < Chef::Resource unified_mode true - resource_name :homebrew_cask provides(:homebrew_cask) { true } description "Use the homebrew_cask resource to install binaries distributed via the Homebrew package manager." |