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

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"