summaryrefslogtreecommitdiff
path: root/lib/chef/resources.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/resources.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/resources.rb')
-rw-r--r--lib/chef/resources.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resources.rb b/lib/chef/resources.rb
index 93ff682288..8c2f71bd30 100644
--- a/lib/chef/resources.rb
+++ b/lib/chef/resources.rb
@@ -53,6 +53,7 @@ require 'chef/resource/perl'
require 'chef/resource/portage_package'
require 'chef/resource/powershell_script'
require 'chef/resource/python'
+require 'chef/resource/reboot'
require 'chef/resource/registry_key'
require 'chef/resource/remote_directory'
require 'chef/resource/remote_file'