summaryrefslogtreecommitdiff
path: root/lib/chef/knife.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-01-28 10:58:35 -0800
committerTim Smith <tsmith84@gmail.com>2020-01-29 12:24:52 -0800
commita46aa60353503387dd5089d74754ff8e8b56a361 (patch)
tree142a654bc30b0d23e8dd3d104f6b94e64a2723fa /lib/chef/knife.rb
parent7b9a24982efb8f8c4f02ec70d0219e8ab7ada59a (diff)
downloadchef-a46aa60353503387dd5089d74754ff8e8b56a361.tar.gz
Move knife-acl gem commands into chef in their own namespacesknife_acl
Ship these knife commands so we can kill off knife-acl, but move them under their own namespaces. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/knife.rb')
-rw-r--r--lib/chef/knife.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/knife.rb b/lib/chef/knife.rb
index 255636868f..2975dcb4e9 100644
--- a/lib/chef/knife.rb
+++ b/lib/chef/knife.rb
@@ -279,8 +279,6 @@ class Chef
if CHEF_ORGANIZATION_MANAGEMENT.include?(args[0])
list_commands("CHEF ORGANIZATION MANAGEMENT")
- elsif OPSCODE_HOSTED_CHEF_ACCESS_CONTROL.include?(args[0])
- list_commands("OPSCODE HOSTED CHEF ACCESS CONTROL")
elsif category_commands = guess_category(args)
list_commands(category_commands)
elsif OFFICIAL_PLUGINS.include?(args[0]) # command was an uninstalled official chef knife plugin