aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-01-07 18:32:00 +0000
committerNicolas Vigier <boklm@mageia.org>2011-01-07 18:32:00 +0000
commit792abc9d597dc22626f3fe617006b7e2c2226936 (patch)
treeb96d50300d8a7d4d8e46ef5246578d589583cb36 /modules/subversion
parentc1dee919140f35a5b1668ca30918b34b0216db78 (diff)
downloadpuppet-792abc9d597dc22626f3fe617006b7e2c2226936.tar
puppet-792abc9d597dc22626f3fe617006b7e2c2226936.tar.gz
puppet-792abc9d597dc22626f3fe617006b7e2c2226936.tar.bz2
puppet-792abc9d597dc22626f3fe617006b7e2c2226936.tar.xz
puppet-792abc9d597dc22626f3fe617006b7e2c2226936.zip
use domain variable
Diffstat (limited to 'modules/subversion')
-rwxr-xr-xmodules/subversion/templates/ciabot_svn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/subversion/templates/ciabot_svn.sh b/modules/subversion/templates/ciabot_svn.sh
index e62b7a6f..f837665a 100755
--- a/modules/subversion/templates/ciabot_svn.sh
+++ b/modules/subversion/templates/ciabot_svn.sh
@@ -64,7 +64,7 @@
# putting that here.
#
project_name="Mageia"
-return_address="root@mageia.org"
+return_address="root@<%= domain %>"
# System
sendmail_command="/usr/sbin/sendmail -t"