summaryrefslogtreecommitdiff
path: root/kitchen-tests/.chef
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2015-01-14 11:40:48 -0800
committerClaire McQuin <claire@getchef.com>2015-01-15 15:34:33 -0800
commit4cbc6274889ddedf105ec99200f53b50439df273 (patch)
treee42d111f7f20f45377f0dbbdeb4e5ef377c9c9f0 /kitchen-tests/.chef
parentd1a70027b68b1ba6d36eea3bc38d5441a61f22f8 (diff)
downloadchef-4cbc6274889ddedf105ec99200f53b50439df273.tar.gz
Update DSL method name to controls_group.mcquin/control_group
Update to use control_group. Unify wording along control_group. Unify wording along control_group. Fix typo. Enable audit mode. Update to use control_group syntax. Update for audit DSL changes. Update for audit DSL change.
Diffstat (limited to 'kitchen-tests/.chef')
-rw-r--r--kitchen-tests/.chef/client.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/kitchen-tests/.chef/client.rb b/kitchen-tests/.chef/client.rb
index 98f773d691..be46e2e8d7 100644
--- a/kitchen-tests/.chef/client.rb
+++ b/kitchen-tests/.chef/client.rb
@@ -6,3 +6,5 @@ log_level :info
chef_repo_path repo_dir
local_mode true
cache_path "#{ENV['HOME']}/.cache/chef"
+
+audit_mode :enabled \ No newline at end of file