Class: Chef::Provider::LoadBalancer
- Inherits:
-
LWRPBase
- Object
- LWRPBase
- Chef::Provider::LoadBalancer
- Defined in:
- lib/chef/provider/load_balancer.rb
Instance Method Summary collapse
Instance Method Details
#action_handler ⇒ Object
11 12 13 |
# File 'lib/chef/provider/load_balancer.rb', line 11 def action_handler @action_handler ||= Chef::Provisioning::ChefProviderActionHandler.new(self) end |
#new_driver ⇒ Object
19 20 21 |
# File 'lib/chef/provider/load_balancer.rb', line 19 def new_driver @new_driver ||= run_context..driver_for(new_resource.driver) end |
#whyrun_supported? ⇒ Boolean
15 16 17 |
# File 'lib/chef/provider/load_balancer.rb', line 15 def whyrun_supported? true end |