Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
Updated esx_base and included the esx_templates_dir option and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
harryyeh committed Dec 5, 2012
1 parent 6dd2e04 commit 9eaa134
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/chef/knife/esx_base.rb
Expand Up @@ -53,11 +53,11 @@ def self.included(includer)
:default => "127.0.0.1",
:proc => Proc.new { |host| Chef::Config[:knife][:esx_host] = host }

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 }
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 }
end
end

Expand Down

0 comments on commit 9eaa134

Please sign in to comment.