class Kitchen::Microwave::Provisioner
The provisioner config is just a hash with a single static value.
@author Jonathan Hartman <jonathan.hartman@socrata.com>
Public Class Methods
new()
click to toggle source
Configure the provisioner section to use dokken.
@return [Kitchen::Microwave::Provisioner] the new provisioner object
# File lib/kitchen/microwave/provisioner.rb, line 32 def initialize self['name'] = 'dokken' self['chef_log_level'] = ENV['CHEF_LOG_LEVEL'] || 'warn' end