summaryrefslogtreecommitdiff
path: root/lib/chef/platform.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/platform.rb')
-rw-r--r--lib/chef/platform.rb2
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
}
}