rubiojr / knife-esx

@maintux's FORK IS NOW OFFICIAL: https://github.com/maintux/knife-esx
https://github.com/maintux/knife-esx
Apache License 2.0
35 stars 10 forks source link

Fix esxbase connection template #10

Closed harryyeh closed 11 years ago

harryyeh commented 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 }

harryyeh commented 11 years ago

Just updated the latest commit please review - works with the latest version of ESX

harryyeh commented 11 years ago

Updated to 0.3.3

harryyeh commented 11 years ago

Can you update this also and tag to the latest version? Thanks