Revision
756
Author
misc
Date
2011-01-09 17:42:48 +0100 (Sun, 09 Jan 2011)

Log Message

- move it up, fix from parameter not being properly set on commit

Modified Paths

Modified: puppet/modules/subversion/templates/hook_sendmail.pl
===================================================================
--- puppet/modules/subversion/templates/hook_sendmail.pl	2011-01-09 16:42:47 UTC (rev 755)
+++ puppet/modules/subversion/templates/hook_sendmail.pl	2011-01-09 16:42:48 UTC (rev 756)
@@ -6,8 +6,8 @@
   handler: Alternative
   alternative: HTML::ColorDiff
   with-diff: 1
+  from: root@<%= domain %>
   to:
 <%- commit_mail.each do |mail|  -%>
     - <%= mail %>
 <%- end -%>
-  from: root@<%= domain %>