blob: 4172431c8b7ce008de8137f37c0960699f275315 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001root = File.absolute_path(File.dirname(__FILE__))
2file_cache_path root
3cookbook_path root + '/cookbooks'
Yuli Shlosberg958c32d2018-02-15 12:04:46 +02004json_attribs root + '/upgradeNormatives.json'
Michael Lando451a3402017-02-19 10:28:42 +02005checksum_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