diff options
author | jamescott <jamescott@opscode.com> | 2013-11-06 16:27:21 -0800 |
---|---|---|
committer | jamescott <jamescott@opscode.com> | 2013-11-06 16:27:21 -0800 |
commit | ecbc917ac5496f3138b798332ea66f477c33f8ba (patch) | |
tree | 926022b4689e4c2473fc73df4061b30b9bd302b0 /lib | |
parent | 8cc3f13dca9d37282c85d9d9800d1d84d9db553f (diff) | |
download | chef-ecbc917ac5496f3138b798332ea66f477c33f8ba.tar.gz |
this option should not be used by customers
because it's used internally to test bootstrap operations only
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/knife/bootstrap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/bootstrap.rb b/lib/chef/knife/bootstrap.rb index e88bbc1f19..14dccb3892 100644 --- a/lib/chef/knife/bootstrap.rb +++ b/lib/chef/knife/bootstrap.rb @@ -91,7 +91,7 @@ class Chef option :bootstrap_no_proxy, :long => "--bootstrap-no-proxy [NO_PROXY_URL|NO_PROXY_IP]", - :description => "Do not proxy locations for the node being bootstrapped", + :description => "Do not proxy locations for the node being bootstrapped; this option is used internally by Opscode", :proc => Proc.new { |np| Chef::Config[:knife][:bootstrap_no_proxy] = np } option :distro, |