summaryrefslogtreecommitdiff
path: root/lib/chef/providers.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/providers.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/providers.rb')
-rw-r--r--lib/chef/providers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index dd384c90a6..fec00d0e63 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -60,6 +60,7 @@ require 'chef/provider/package/easy_install'
require 'chef/provider/package/freebsd/port'
require 'chef/provider/package/freebsd/pkg'
require 'chef/provider/package/freebsd/pkgng'
+require 'chef/provider/package/homebrew'
require 'chef/provider/package/ips'
require 'chef/provider/package/macports'
require 'chef/provider/package/pacman'