summaryrefslogtreecommitdiff
path: root/lib/chef/resource/hostname.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-10 09:31:20 -0700
committerTim Smith <tsmith@chef.io>2018-07-10 09:31:20 -0700
commit4ab5fbadd8da5c5d66ecc37fe3c211dc1023d4d0 (patch)
tree2fd5897d60282d646a1d7bfa6cfd826b5aed812e /lib/chef/resource/hostname.rb
parent97c16593dc6eb4ce0a14eecadf4fdbf90d4d0dbd (diff)
downloadchef-4ab5fbadd8da5c5d66ecc37fe3c211dc1023d4d0.tar.gz
Fixes from the review
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/hostname.rb')
-rw-r--r--lib/chef/resource/hostname.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/hostname.rb b/lib/chef/resource/hostname.rb
index d4b977bb78..82240bd6fb 100644
--- a/lib/chef/resource/hostname.rb
+++ b/lib/chef/resource/hostname.rb
@@ -31,7 +31,7 @@ class Chef
name_property: true
property :compile_time, [ TrueClass, FalseClass ],
- description: "Should the resource run at compile time or not.",
+ description: "Whether the resource runs at compile time or not.",
default: true
property :ipaddress, String,
@@ -43,7 +43,7 @@ class Chef
default: nil
property :windows_reboot, [ TrueClass, FalseClass ],
- description: "Should Windows nodes be rebooted upon changing the name so it can take effect.",
+ description: "Whether Windows nodes will be rebooted upon changing the name so changes can take effect.",
default: true
action_class do