https://github.com/dann/chef-macbox を分解して理解を深める。 とりあえずhomebrewでアプリケーションをいれるというところ。 chef-solo -c ./config/solo.rb -j ./nodes/local.json -c 設定ファイルを指定 current_dir = File.expand_path(File.dirname(__FILE__)) file_cache_path "#{current_dir}/../.chef/cache" # 自動的にディレクトリが生成される file_backup_path "#{current_dir}/../.chef/backup" # 自動的にディレクトリが生成される #cache_options( :path => "#{current_dir}/../.chef/checksums",