diff options
-rw-r--r-- | chef-config/lib/chef-config/config.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb index 9d18f4f2be..b162cacd89 100644 --- a/chef-config/lib/chef-config/config.rb +++ b/chef-config/lib/chef-config/config.rb @@ -490,6 +490,9 @@ module ChefConfig # HTTP file servers. default(:trusted_certs_dir) { PathHelper.join(config_dir, "trusted_certs") } + # A directory that contains additional configuration scripts to load + default(:client_d_dir) { PathHelper.join(config_dir, "client.d") } + # Where should chef-solo download recipes from? default :recipe_url, nil |