summaryrefslogtreecommitdiff
path: root/lib/chef/resource/ohai_hint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/ohai_hint.rb')
-rw-r--r--lib/chef/resource/ohai_hint.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/chef/resource/ohai_hint.rb b/lib/chef/resource/ohai_hint.rb
index 2d54e3d568..c11ef78950 100644
--- a/lib/chef/resource/ohai_hint.rb
+++ b/lib/chef/resource/ohai_hint.rb
@@ -27,15 +27,15 @@ class Chef
introduced "14.0"
property :hint_name, String,
- description: "An optional property to set the hint name if it differs from the resource block's name.",
- name_property: true
+ description: "An optional property to set the hint name if it differs from the resource block's name.",
+ name_property: true
property :content, Hash,
- description: "Values to include in the hint file."
+ description: "Values to include in the hint file."
property :compile_time, [TrueClass, FalseClass],
- description: "Determines whether or not the resource is executed during the compile time phase.",
- default: true, desired_state: false
+ description: "Determines whether or not the resource is executed during the compile time phase.",
+ default: true, desired_state: false
action :create do
description "Create an Ohai hint file."