Class: VagrantPlugins::ProxyConf::Config::ChefProxy
- Inherits:
-
Vagrant::Plugin::V2::Config
- Object
- Vagrant::Plugin::V2::Config
- VagrantPlugins::ProxyConf::Config::ChefProxy
- Extended by:
- KeyMixin::ClassMethods
- Includes:
- KeyMixin
- Defined in:
- lib/vagrant-proxyconf/config/chef_proxy.rb,
lib/vagrant-proxyconf/config/chef_proxy.rb
Overview
Configuration for generic ‘<protocol>_proxy` environment variables
Instance Attribute Summary collapse
-
#http ⇒ String
The HTTP proxy.
-
#https ⇒ String
The HTTPS proxy.
-
#no_proxy ⇒ String
A comma separated list of hosts or domains which do not use proxies.
Attributes included from KeyMixin::ClassMethods
Method Summary
Methods included from KeyMixin::ClassMethods
Methods included from KeyMixin
#config_for, #enabled?, #finalize!, #get, included, #initialize, #key?, #keys, #merge_defaults, #set, #set?, #to_s
Instance Attribute Details
#http ⇒ String
Returns the HTTP proxy.
15 |
# File 'lib/vagrant-proxyconf/config/chef_proxy.rb', line 15 key :http, env_var: 'VAGRANT_CHEF_HTTP_PROXY' |
#https ⇒ String
Returns the HTTPS proxy.
18 |
# File 'lib/vagrant-proxyconf/config/chef_proxy.rb', line 18 key :https, env_var: 'VAGRANT_CHEF_HTTPS_PROXY' |
#no_proxy ⇒ String
Returns a comma separated list of hosts or domains which do not use proxies.
21 |
# File 'lib/vagrant-proxyconf/config/chef_proxy.rb', line 21 key :no_proxy, env_var: 'VAGRANT_CHEF_NO_PROXY' |