summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chef-config/lib/chef-config/config.rb2
-rw-r--r--lib/chef/chef_fs/file_system/chef_server/chef_server_root_dir.rb2
2 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 47fca29e7f..5705ffbf56 100644
--- a/chef-config/lib/chef-config/config.rb
+++ b/chef-config/lib/chef-config/config.rb
@@ -180,7 +180,6 @@ module ChefConfig
# Location of groups on disk. String or array of strings.
# Defaults to <chef_repo_path>/groups.
- # Only applies to Enterprise Chef commands.
default(:group_path) { derive_path_from_chef_repo_path("groups") }
# Location of nodes on disk. String or array of strings.
@@ -201,7 +200,6 @@ module ChefConfig
# Location of users on disk. String or array of strings.
# Defaults to <chef_repo_path>/users.
- # Does not apply to Enterprise Chef commands.
default(:user_path) { derive_path_from_chef_repo_path("users") }
# Location of policies on disk. String or array of strings.
diff --git a/lib/chef/chef_fs/file_system/chef_server/chef_server_root_dir.rb b/lib/chef/chef_fs/file_system/chef_server/chef_server_root_dir.rb
index 9c9a0d1001..969cea876e 100644
--- a/lib/chef/chef_fs/file_system/chef_server/chef_server_root_dir.rb
+++ b/lib/chef/chef_fs/file_system/chef_server/chef_server_root_dir.rb
@@ -82,7 +82,6 @@ class Chef
@environment = chef_config[:environment]
@repo_mode = chef_config[:repo_mode]
@versioned_cookbooks = chef_config[:versioned_cookbooks]
- @policy_document_native_api = chef_config[:policy_document_native_api]
@root_name = root_name
@cookbook_version = options[:cookbook_version] # Used in knife diff and download for server cookbook version
end
@@ -94,7 +93,6 @@ class Chef
attr_reader :repo_mode
attr_reader :cookbook_version
attr_reader :versioned_cookbooks
- attr_reader :policy_document_native_api
def fs_description
"Chef server at #{chef_server_url} (user #{chef_username}), repo_mode = #{repo_mode}"