summaryrefslogtreecommitdiff
path: root/lib/chef/platform.rb
diff options
context:
space:
mode:
authorEzra Zygmuntowicz <ez@engineyard.com>2008-10-04 17:25:19 -0700
committerEzra Zygmuntowicz <ez@engineyard.com>2008-10-04 17:25:19 -0700
commitd39f54afd8c6d14035d35b71031400370a7aceaf (patch)
tree371145dc23436af5f7c66eb1b6f8e57153b633b5 /lib/chef/platform.rb
parent1fd7173fed447b2d4e401c7dedf66131288151b6 (diff)
downloadchef-d39f54afd8c6d14035d35b71031400370a7aceaf.tar.gz
Adding Portage package provider first pass. Seems to work.
Diffstat (limited to 'lib/chef/platform.rb')
-rw-r--r--lib/chef/platform.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/chef/platform.rb b/lib/chef/platform.rb
index 19c61b0e6b..57332bc6ab 100644
--- a/lib/chef/platform.rb
+++ b/lib/chef/platform.rb
@@ -32,7 +32,11 @@ class Chef
},
:centos => {},
:redhat => {},
- :gentoo => {},
+ :gentoo => {
+ :default => {
+ :package => Chef::Provider::Package::Portage
+ }
+ },
:solaris => {},
:default => {
:file => Chef::Provider::File,