Closed harryyeh closed 11 years ago
update def connection ESX::Host.connect - 4th optional parameter to include :templates_dir
Also added and updated README.rdoc
option :esx_templates_dir,
:long => "--esx-templates-dir TEMPLATES_DIRECTORY", :description => "Your ESX Templates directory", :default => "", :proc => Proc.new { |templates_dir| Chef::Config[:knife][:esx_templates_dir] = templates_dir }
Just updated the latest commit please review - works with the latest version of ESX
Updated to 0.3.3
Can you update this also and tag to the latest version? Thanks
update def connection ESX::Host.connect - 4th optional parameter to include :templates_dir
Also added and updated README.rdoc
option :esx_templates_dir,
:long => "--esx-templates-dir TEMPLATES_DIRECTORY", :description => "Your ESX Templates directory", :default => "", :proc => Proc.new { |templates_dir| Chef::Config[:knife][:esx_templates_dir] = templates_dir }