summaryrefslogtreecommitdiff
path: root/lib/chef/resource/reboot.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/reboot.rb')
-rw-r--r--lib/chef/resource/reboot.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/chef/resource/reboot.rb b/lib/chef/resource/reboot.rb
index f3f77780f9..bf3686ba47 100644
--- a/lib/chef/resource/reboot.rb
+++ b/lib/chef/resource/reboot.rb
@@ -36,12 +36,12 @@ class Chef
default_action :nothing # make sure people are quite clear what they want
property :reason, String,
- description: "A string that describes the reboot action.",
- default: "Reboot by #{Chef::Dist::PRODUCT}"
+ description: "A string that describes the reboot action.",
+ default: "Reboot by #{Chef::Dist::PRODUCT}"
property :delay_mins, Integer,
- description: "The amount of time (in minutes) to delay a reboot request.",
- default: 0
+ description: "The amount of time (in minutes) to delay a reboot request.",
+ default: 0
end
end
end