mozilla / identity-ops

Tools and Chef cookbooks used by Mozilla Services Operations to provision and manage Persona
Other
24 stars 12 forks source link

Add stack name collision check to stack_control #83

Open gene1wood opened 11 years ago

gene1wood commented 11 years ago

Currently it's possible to build a stack with the same name as an existing stack resulting in potentially weird behavior and confusingness. Add a check before creation for an existing stack.

Also add a check before destruction that describes the stack to make sure you're destroying the right one.