Method: Chef::Provider::OneVnet#action_handler
- Defined in:
- lib/chef/provider/one_vnet.rb
#action_handler ⇒ Object
33 34 35 |
# File 'lib/chef/provider/one_vnet.rb', line 33 def action_handler @action_handler ||= Chef::Provisioning::ChefProviderActionHandler.new(self) end |