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