summaryrefslogtreecommitdiff
path: root/lib/chef/resources.rb
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-09-19 15:25:46 -0700
committertyler-ball <tyleraball@gmail.com>2014-09-19 16:08:44 -0700
commit7e2c0b1518866ad046115ed804945937b6cd4f0a (patch)
treecac30646df462d3fde566a99c47e6a91d52ad8d4 /lib/chef/resources.rb
parente7d3e2adf486131cfba78fc4eb7e31d1e36b7b0e (diff)
downloadchef-7e2c0b1518866ad046115ed804945937b6cd4f0a.tar.gz
Restoring https://github.com/opscode/chef/pull/1921 to master - somehow it got deleted from the git log
Diffstat (limited to 'lib/chef/resources.rb')
-rw-r--r--lib/chef/resources.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resources.rb b/lib/chef/resources.rb
index fa5c82761d..5b938095c6 100644
--- a/lib/chef/resources.rb
+++ b/lib/chef/resources.rb
@@ -40,6 +40,7 @@ require 'chef/resource/gem_package'
require 'chef/resource/git'
require 'chef/resource/group'
require 'chef/resource/http_request'
+require 'chef/resource/homebrew_package'
require 'chef/resource/ifconfig'
require 'chef/resource/link'
require 'chef/resource/log'