Running something like the following fails with an error stating that the security group doesn't exist (obviously... it's supposed to be created by poolparty):
security_group 'my_security_group' do ...
Removing the name from the security_group call leads to a default name (-) and the security group is created.
Running something like the following fails with an error stating that the security group doesn't exist (obviously... it's supposed to be created by poolparty): security_group 'my_security_group' do ...
Removing the name from the security_group call leads to a default name (-) and the security group is created.