summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/compliance/default_attributes.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/compliance/default_attributes.rb b/lib/chef/compliance/default_attributes.rb
index 6f508e8c26..c44adca34b 100644
--- a/lib/chef/compliance/default_attributes.rb
+++ b/lib/chef/compliance/default_attributes.rb
@@ -89,9 +89,9 @@ class Chef
# named `chef_node`.
"chef_node_attribute_enabled" => false,
- # Should the built-in compliance phase run. True and false force the behavior. Nil does magic based on if you have
- # profies defined but do not have the audit cookbook enabled.
- "compliance_phase" => nil
+ # Should the built-in compliance phase run. True and false force the behavior. Nil does magic based on if you have
+ # profiles defined but do not have the audit cookbook enabled.
+ "compliance_phase" => false
)
end
end