diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-01-07 18:32:00 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-01-07 18:32:00 +0000 |
commit | 792abc9d597dc22626f3fe617006b7e2c2226936 (patch) | |
tree | b96d50300d8a7d4d8e46ef5246578d589583cb36 /modules/subversion | |
parent | c1dee919140f35a5b1668ca30918b34b0216db78 (diff) | |
download | puppet-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-x | modules/subversion/templates/ciabot_svn.sh | 2 |
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" |