summaryrefslogtreecommitdiff
path: root/lib/chef/compliance/default_attributes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/compliance/default_attributes.rb')
-rw-r--r--lib/chef/compliance/default_attributes.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/compliance/default_attributes.rb b/lib/chef/compliance/default_attributes.rb
index a1ffff440f..f214135d59 100644
--- a/lib/chef/compliance/default_attributes.rb
+++ b/lib/chef/compliance/default_attributes.rb
@@ -38,11 +38,12 @@ class Chef
# Allow for connections to HTTPS endpoints using self-signed ssl certificates.
"insecure" => nil,
- # Controls verbosity of Chef InSpec runner.
+ # Controls verbosity of Chef InSpec runner. See less output when true.
"quiet" => true,
# Chef Inspec Compliance profiles to be used for scan of node.
# See README.md for details
+ # MPTD - ^there is no README.md anymore^
"profiles" => {},
# Extra inputs passed to Chef InSpec to allow finer-grained control over behavior.