eucalyptus / calyptos

Tool for Managing Eucalyptus
BSD 2-Clause "Simplified" License
5 stars 14 forks source link

Validate should check attribute types (string, int, list, hash, etc) #105

Open nephomaniac opened 8 years ago

nephomaniac commented 8 years ago

Validate should perform attribute type checks where ever possible. Calyptos should validate that attributes (if provided, or not nil maybe?) Failure to use the correct type (ie a string where a list is expected) can cause subtle errors down the line which are difficult to debug.