summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-09-04 22:35:06 -0700
committerTim Smith <tsmith84@gmail.com>2019-10-02 11:00:13 -0700
commit56cc444910eee492102df04a4244aa7c41f828f5 (patch)
tree727328f0e0c35cf3e95dc65df6bcbae2edd367c9
parent32c0e84bf969cae10df27a83c531edb1ea09d65c (diff)
downloadchef-56cc444910eee492102df04a4244aa7c41f828f5.tar.gz
Remove duplicate policy_path config
This is in here twice. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--chef-config/lib/chef-config/config.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb
index 09c7ab8a28..f25eaa8369 100644
--- a/chef-config/lib/chef-config/config.rb
+++ b/chef-config/lib/chef-config/config.rb
@@ -256,10 +256,6 @@ module ChefConfig
# Defaults to <chef_repo_path>/users.
default(:user_path) { derive_path_from_chef_repo_path("users") }
- # Location of policies on disk. String or array of strings.
- # Defaults to <chef_repo_path>/policies.
- default(:policy_path) { derive_path_from_chef_repo_path("policies") }
-
# Turn on "path sanity" by default.
default :enforce_path_sanity, false