aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion/templates/hook_sendmail.pl
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-12-11 18:33:29 +0000
committerNicolas Vigier <boklm@mageia.org>2012-12-11 18:33:29 +0000
commitc51532072021553a2f13f0a6fb33b816716c375d (patch)
tree3d1963b2ae5c8ad97396b8a8d17f5631f6883af2 /modules/subversion/templates/hook_sendmail.pl
parent9f5934beca766db79f724ded71596b1a0b6a3b6d (diff)
downloadpuppet-c51532072021553a2f13f0a6fb33b816716c375d.tar
puppet-c51532072021553a2f13f0a6fb33b816716c375d.tar.gz
puppet-c51532072021553a2f13f0a6fb33b816716c375d.tar.bz2
puppet-c51532072021553a2f13f0a6fb33b816716c375d.tar.xz
puppet-c51532072021553a2f13f0a6fb33b816716c375d.zip
subversion: remove "dynamic lookup" warnings
Diffstat (limited to 'modules/subversion/templates/hook_sendmail.pl')
-rw-r--r--modules/subversion/templates/hook_sendmail.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/subversion/templates/hook_sendmail.pl b/modules/subversion/templates/hook_sendmail.pl
index aab1db5a..286678be 100644
--- a/modules/subversion/templates/hook_sendmail.pl
+++ b/modules/subversion/templates/hook_sendmail.pl
@@ -7,7 +7,7 @@
alternative: HTML::ColorDiff
with-diff: 1
max_diff_length: 20000
- from: root@<%= domain %>
+ from: root@<%= @domain %>
to:
<%- commit_mail.each do |mail| -%>
- <%= mail %>
@@ -19,6 +19,6 @@
alternative: HTML::ColorDiff
with-diff: 1
max_diff_length: 20000
- from: root@<%= domain %>
+ from: root@<%= @domain %>
to: <%= i18n_mail %>
<%- end -%>