Sha256: db0f23defb996e1b6789a5f2a27eb1404cb1af031bf1c92b40f194e283637946
Contents?: true
Size: 611 Bytes
Versions: 2
Compression:
Stored size: 611 Bytes
Contents
log_level :error base_path = File.absolute_path(File.join(File.dirname(__FILE__))) cookbook_path [ File.join(base_path, 'cookbooks'), File.join(base_path, 'vendored-cookbooks') ] nodes_path File.join(base_path, 'nodes') role_path File.join(base_path, 'roles') data_bag_path File.join(base_path, 'data_bags') encrypted_data_bag_secret File.join(base_path, 'data_bag_key') chef_tmp_path = File.absolute_path(File.join('.', '.natives/chef')) file_cache_path File.join(chef_tmp_path, 'cache') file_backup_path File.join(chef_tmp_path, 'backup')
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
natives-0.4.1 | chef/solo.rb |
natives-0.4.0 | chef/solo.rb |