Class: VagrantPlugins::ProxyConf::Action::ConfigureChefProxy

Inherits:
Base
  • Object
show all
Defined in:
lib/vagrant-proxyconf/action/configure_chef_proxy.rb

Overview

Action for configuring Chef provisioners

Constant Summary collapse

CHEF_PROVISIONER_TYPES =

Array of Chef provisioner types which include proxy configuration

[:chef_client, :chef_solo, :chef_zero]

Instance Method Summary collapse

Methods inherited from Base

#call, #initialize

Constructor Details

This class inherits a constructor from VagrantPlugins::ProxyConf::Action::Base

Instance Method Details

#config_nameObject



14
15
16
# File 'lib/vagrant-proxyconf/action/configure_chef_proxy.rb', line 14

def config_name
  'chef_proxy'
end