Class: Chef::Provider::AwsEipAddress
- Inherits:
-
Chef::Provisioning::AWSDriver::AWSProvider
- Object
- Chef::Provisioning::AWSDriver::AWSProvider
- Chef::Provider::AwsEipAddress
- Defined in:
- lib/chef/provider/aws_eip_address.rb
Instance Method Summary collapse
Instance Method Details
#action_create ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/chef/provider/aws_eip_address.rb', line 8 def action_create elastic_ip = super if !new_resource.machine.nil? update_association(elastic_ip) end end |