lib/catfish/templates/Catfishfile.tt in catfish-0.0.3 vs lib/catfish/templates/Catfishfile.tt in catfish-0.0.4
- old
+ new
@@ -2,5 +2,9 @@
# server 'myserver.mydomain.com'
<% config[:servers].each do |server| -%>
server '<%= server %>'
<% end %>
+
+<%config[:plugins].each do |plugin| -%>
+plugin '<%= plugin %>'
+<% end %>