diff options
author | Adam Jacob <adam@hjksolutions.com> | 2008-09-01 20:43:08 -0700 |
---|---|---|
committer | Adam Jacob <adam@hjksolutions.com> | 2008-09-01 20:43:08 -0700 |
commit | f826880c267755005fccb93bdac6105a3a8e24b2 (patch) | |
tree | 19570c8728f0b1c7130bce9ba6ca2b93b38eedcb /lib/chef/platform.rb | |
parent | 8fa13f5a5cbff073a39e69142fccb08f96b66dd9 (diff) | |
download | chef-f826880c267755005fccb93bdac6105a3a8e24b2.tar.gz |
Adding in execute support
Diffstat (limited to 'lib/chef/platform.rb')
-rw-r--r-- | lib/chef/platform.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/platform.rb b/lib/chef/platform.rb index 3e7519c63f..e947328c9a 100644 --- a/lib/chef/platform.rb +++ b/lib/chef/platform.rb @@ -36,6 +36,8 @@ class Chef :template => Chef::Provider::Template, :remote_file => Chef::Provider::RemoteFile, :remote_directory => Chef::Provider::RemoteDirectory, + :sysctl => Chef::Provider::Sysctl, + :execute => Chef::Provider::Execute } } |