summaryrefslogtreecommitdiff
path: root/lib/chef/resource/homebrew_tap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/homebrew_tap.rb')
-rw-r--r--lib/chef/resource/homebrew_tap.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource/homebrew_tap.rb b/lib/chef/resource/homebrew_tap.rb
index bf1f34d687..2028ce80c8 100644
--- a/lib/chef/resource/homebrew_tap.rb
+++ b/lib/chef/resource/homebrew_tap.rb
@@ -24,6 +24,7 @@ class Chef
class Resource
class HomebrewTap < Chef::Resource
resource_name :homebrew_tap
+ provides(:homebrew_tap) { true }
description "Use the homebrew_tap resource to add additional formula repositories to the Homebrew package manager."
introduced "14.0"