summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-09-04 22:35:06 -0700
committerTim Smith <tsmith84@gmail.com>2019-09-04 22:35:06 -0700
commitc060df44c14277524b8011f36e2ab40035bf709c (patch)
treee1191e5aaebc4a444e1bc6742a04c62b17e8a713
parentd32c038c7b6401bda4a357c2182a9414f4b39860 (diff)
downloadchef-dupe_config.tar.gz
Remove duplicate policy_path configdupe_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 b0583b7a06..0bb9ca4124 100644
--- a/chef-config/lib/chef-config/config.rb
+++ b/chef-config/lib/chef-config/config.rb
@@ -265,10 +265,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