summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Singh <vivek.singh@msystechnologies.com>2019-09-18 10:04:06 +0530
committerVivek Singh <vivek.singh@msystechnologies.com>2019-09-18 10:04:06 +0530
commit069001ad779cdf48b5d5f0ab2bd79b9339484726 (patch)
tree693dbe61764a4227f3ee584d8c1c809c5fdbef69
parentf6d445c28467b5ea5741d05aed2bd1f657c4a1dd (diff)
downloadchef-069001ad779cdf48b5d5f0ab2bd79b9339484726.tar.gz
Add missing knife plugins
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
-rw-r--r--lib/chef/knife.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife.rb b/lib/chef/knife.rb
index 28634d9e44..97f8f4761e 100644
--- a/lib/chef/knife.rb
+++ b/lib/chef/knife.rb
@@ -234,7 +234,7 @@ class Chef
dependency_loaders.each(&:call)
end
- OFFICIAL_PLUGINS = %w{ec2 rackspace windows openstack azure google linode push vcenter lpar}.freeze
+ OFFICIAL_PLUGINS = %w{acl azure ec2 google linode lpar opc openstack push rackspace tidy vcenter vsphere windows}.freeze
class << self
def list_commands(preferred_category = nil)