summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@chef.io>2019-09-06 13:04:27 -0700
committerGitHub <noreply@github.com>2019-09-06 13:04:27 -0700
commitf0aebe4397a803cd6510bbe2f01a7f0a8437daba (patch)
tree51088c3396e8390c2702d4e56e551df1b45481fe
parent40ae6ca5e9809f89f64c0d000a07d52a6b2b7dff (diff)
parentc060df44c14277524b8011f36e2ab40035bf709c (diff)
downloadchef-f0aebe4397a803cd6510bbe2f01a7f0a8437daba.tar.gz
Remove duplicate policy_path config (#8864)
Remove duplicate policy_path config
-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