diff options
author | Adam Jacob <adam@hjksolutions.com> | 2008-10-02 15:38:34 -0700 |
---|---|---|
committer | Adam Jacob <adam@hjksolutions.com> | 2008-10-02 15:38:34 -0700 |
commit | 43a8881cf12689c86956be6297ebaa4853cf54d7 (patch) | |
tree | 65ea22185e44548ab888cc7a3adf13d24cf110b4 /lib/chef/platform.rb | |
parent | d68eded599189b230c4782557549d5aac0ec82c5 (diff) | |
parent | 74d4dbb388c4504a3fb33de5407fed0c856d0af5 (diff) | |
download | chef-43a8881cf12689c86956be6297ebaa4853cf54d7.tar.gz |
Merging fujin changes
Diffstat (limited to 'lib/chef/platform.rb')
-rw-r--r-- | lib/chef/platform.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/platform.rb b/lib/chef/platform.rb index 2b84da6f87..19c61b0e6b 100644 --- a/lib/chef/platform.rb +++ b/lib/chef/platform.rb @@ -27,7 +27,7 @@ class Chef :ubuntu => { :default => { :package => Chef::Provider::Package::Apt, - :service => Chef::Provider::Debian, + :service => Chef::Provider::Service::Debian, } }, :centos => {}, @@ -44,7 +44,7 @@ class Chef :sysctl => Chef::Provider::Sysctl, :execute => Chef::Provider::Execute, :script => Chef::Provider::Script, - :service => Chef::Provider::Init, + :service => Chef::Provider::Service::Init, :perl => Chef::Provider::Script, :python => Chef::Provider::Script, :ruby => Chef::Provider::Script, |