bin/awstool in awstool-0.1.0 vs bin/awstool in awstool-0.1.1
- old
+ new
@@ -2,10 +2,9 @@
require 'awstool'
require 'pp'
options = Awstool::Settings.get_options
-pp options
options['hostnames'].each do |hostname|
if options['subnet_balance']
options['subnet-id-index'] = ( options['subnet-id-index'] + 1 ) % ( options['subnet-ids'].length - 1 )
end