summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorChris Doherty <cdoherty@ooyala.com>2014-09-02 09:14:04 -0700
committerChris Doherty <cdoherty@getchef.com>2014-09-10 16:34:14 -0700
commitda7dddf3d43fffbc38fd48296eb5d4d34467e22d (patch)
tree600920b617a4b9a46b541ab5bf150b7e53f4d9f5 /lib/chef/providers.rb
parent6ef555bed751f2b8dac01391fdff2c527d947545 (diff)
downloadchef-da7dddf3d43fffbc38fd48296eb5d4d34467e22d.tar.gz
First-pass changes for a core reboot resource. Still uses run_state instead of run_context.
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r--lib/chef/providers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index 3c9e94e6f7..1b0ff3ffff 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -39,6 +39,7 @@ require 'chef/provider/mdadm'
require 'chef/provider/mount'
require 'chef/provider/package'
require 'chef/provider/powershell_script'
+require 'chef/provider/reboot'
require 'chef/provider/remote_directory'
require 'chef/provider/remote_file'
require 'chef/provider/route'