diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-06-26 12:20:59 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-06-26 12:20:59 -0700 |
commit | 6ec55f369d6d0e4159d0aa242990538d18e39b20 (patch) | |
tree | 913179c7dfb70e23ba3dbce49db46789297899e3 /lib/chef/providers.rb | |
parent | 7450aeae8d975b16e8f44f0de36a8a21ed15f2c5 (diff) | |
parent | f9120d1656cbb6131964910c34cebd2bfa2fc918 (diff) | |
download | chef-6ec55f369d6d0e4159d0aa242990538d18e39b20.tar.gz |
Merge pull request #1414 from vtolstov/upstream
next try to add exherbo linux support
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r-- | lib/chef/providers.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb index 8989aa3beb..c89037df31 100644 --- a/lib/chef/providers.rb +++ b/lib/chef/providers.rb @@ -62,6 +62,7 @@ require 'chef/provider/package/ips' require 'chef/provider/package/macports' require 'chef/provider/package/pacman' require 'chef/provider/package/portage' +require 'chef/provider/package/paludis' require 'chef/provider/package/rpm' require 'chef/provider/package/rubygems' require 'chef/provider/package/yum' |