blob: 06c1af4592348b86fa4c395987fbab57fc1db876 [file] [log] [blame]
Stone, Avi (as206k)9b2ceb32018-04-12 16:36:39 +03001root = File.absolute_path(File.dirname(__FILE__))
2file_cache_path root
3cookbook_path root + '/cookbooks'
4json_attribs root + '/solo.json'
5checksum_path root + '/checksums'
6data_bag_path root + '/data_bags'
7environment_path root + '/environments'
8file_backup_path root + '/backup'
9file_cache_path root + '/cache'
10log_level :info
11log_location STDOUT
12rest_timeout 300
13role_path root + '/roles'
14syntax_check_cache_path
15umask 0022
16verbose_logging nil