theborch / rackspace_lbaas

Libraries for managing Rackspace Cloud Load Balancers with Chef.
Apache License 2.0
0 stars 0 forks source link

raise instead of fail #5

Open martinb3 opened 9 years ago

martinb3 commented 9 years ago

There are some methods that call fail when they should probably call raise, just in case the caller cookbook wants to catch and do something with it, e.g.: https://github.com/theborch/rackspace_lbaas/blob/master/libraries/helpers.rb#L31-L55