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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/ohai_hint.rb b/lib/chef/resource/ohai_hint.rb
index 3b9f49385d..6eb36aea13 100644
--- a/lib/chef/resource/ohai_hint.rb
+++ b/lib/chef/resource/ohai_hint.rb
@@ -33,7 +33,7 @@ class Chef
property :compile_time, [TrueClass, FalseClass],
description: "Should the resource execute during the compile time phase",
- default: true
+ default: true, desired_state: false
action :create do
description "Create an Ohai hint file"