summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-12-15 15:29:49 -0800
committerClaire McQuin <claire@getchef.com>2014-12-15 15:29:49 -0800
commitbc1ada7d023317bc1ac0969c2d6bba2e634552d1 (patch)
tree939fbc3c1f0a1bb9cab88ee6f186bd0e707f64ee
parent9bd370883cb0503685a865384eb0c3ceef1cd289 (diff)
downloadchef-bc1ada7d023317bc1ac0969c2d6bba2e634552d1.tar.gz
Explicitly enable audits.
-rw-r--r--spec/integration/client/client_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/integration/client/client_spec.rb b/spec/integration/client/client_spec.rb
index e961b73d0d..62660bb852 100644
--- a/spec/integration/client/client_spec.rb
+++ b/spec/integration/client/client_spec.rb
@@ -246,6 +246,7 @@ EOM
file 'config/client.rb', <<EOM
local_mode true
cookbook_path "#{path_to('cookbooks')}"
+audit_mode :enabled
EOM
end