Class: Chef::Provider::AwsEipAddress
- Inherits:
-
Chef::Provisioning::AWSDriver::AWSProvider
- Object
- LWRPBase
- Chef::Provisioning::AWSDriver::AWSProvider
- Chef::Provider::AwsEipAddress
- Defined in:
- lib/chef/provider/aws_eip_address.rb
Constant Summary
Constants inherited from Chef::Provisioning::AWSDriver::AWSProvider
Chef::Provisioning::AWSDriver::AWSProvider::AWSResource
Instance Attribute Summary
Attributes inherited from Chef::Provisioning::AWSDriver::AWSProvider
Instance Method Summary collapse
Methods inherited from Chef::Provisioning::AWSDriver::AWSProvider
#action_handler, #converge_by, #region, #whyrun_supported?
Instance Method Details
#action_create ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/chef/provider/aws_eip_address.rb', line 9 def action_create elastic_ip = super if !new_resource.machine.nil? update_association(elastic_ip) end end |