lib/catfish/templates/Catfishfile.tt in catfish-0.0.2 vs lib/catfish/templates/Catfishfile.tt in catfish-0.0.3

- old
+ new

@@ -1,3 +1,6 @@ # A sample Catfishfile # server 'myserver.mydomain.com' +<% config[:servers].each do |server| -%> +server '<%= server %>' +<% end %>