summaryrefslogtreecommitdiff
path: root/kitchen-tests/.chef/client.rb
blob: be46e2e8d7f44aca3d257f83ddf42e7d0d9622dd (plain)
1
2
3
4
5
6
7
8
9
10

chef_dir = File.expand_path(File.dirname(__FILE__))
repo_dir = File.expand_path(File.join(chef_dir, '..'))

log_level       :info
chef_repo_path  repo_dir
local_mode      true
cache_path      "#{ENV['HOME']}/.cache/chef"

audit_mode :enabled