Module: Vagrant::ChefConfig::Action

Defined in:
lib/vagrant-chefconfig/action.rb,
lib/vagrant-chefconfig/action/load_chef_config.rb

Defined Under Namespace

Classes: LoadChefConfig

Class Method Summary collapse

Class Method Details

.load_chef_configObject



6
7
8
9
10
# File 'lib/vagrant-chefconfig/action.rb', line 6

def self.load_chef_config
  ::Vagrant::Action::Builder.new.tap do |b|
    b.use Vagrant::ChefConfig::Action::LoadChefConfig
  end
end