summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Hudson <jhudson@chef.io>2017-10-05 16:54:35 -0600
committerJosh Hudson <jhudson@chef.io>2017-10-06 09:42:45 -0600
commitadd93d0f7dc43011c401165bbc7ed345a93e082a (patch)
tree8d914b53edd582309fa865c100d22851c9ba9f0b
parent842193821084a5487d033f637aec7ff4d8720687 (diff)
downloadchef-jjh/chef11-cb-artifact-404.tar.gz
Remove cookbook_artifacts from CHEF_11_OSS_STATIC_OBJECTSjjh/chef11-cb-artifact-404
Signed-off-by: Josh Hudson <jhudson@chef.io>
-rw-r--r--lib/chef/chef_fs/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/chef_fs/config.rb b/lib/chef/chef_fs/config.rb
index 63a1363724..0725426275 100644
--- a/lib/chef/chef_fs/config.rb
+++ b/lib/chef/chef_fs/config.rb
@@ -66,7 +66,7 @@ class Chef
# upgrade/migration of older Chef Servers, so they should be considered
# frozen in time.
- CHEF_11_OSS_STATIC_OBJECTS = %w{cookbooks cookbook_artifacts data_bags environments roles}.freeze
+ CHEF_11_OSS_STATIC_OBJECTS = %w{cookbooks data_bags environments roles}.freeze
CHEF_11_OSS_DYNAMIC_OBJECTS = %w{clients nodes users}.freeze
RBAC_OBJECT_NAMES = %w{acls containers groups }.freeze
CHEF_12_OBJECTS = %w{ cookbook_artifacts policies policy_groups client_keys }.freeze