Class: Chef::Provider::AwsSecurityGroup
- Inherits:
-
Chef::Provisioning::AWSDriver::AWSProvider
- Object
- Chef::Provisioning::AWSDriver::AWSProvider
- Chef::Provider::AwsSecurityGroup
- Defined in:
- lib/chef/provider/aws_security_group.rb
Instance Method Summary collapse
Instance Method Details
#action_create ⇒ Object
8 9 10 11 12 |
# File 'lib/chef/provider/aws_security_group.rb', line 8 def action_create sg = super apply_rules(sg) end |