aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2012-01-02 17:07:08 +0000
committerPascal Terjan <pterjan@mageia.org>2012-01-02 17:07:08 +0000
commit8f41d3390d1707802e4e597b28f2a0b17df463bb (patch)
tree6ea7b0784aeec702967d030095ed1f28b5c33bde /modules
parentfb9c471f7915a9e6cadc12fde8761d72f9b73eb5 (diff)
downloadpuppet-8f41d3390d1707802e4e597b28f2a0b17df463bb.tar
puppet-8f41d3390d1707802e4e597b28f2a0b17df463bb.tar.gz
puppet-8f41d3390d1707802e4e597b28f2a0b17df463bb.tar.bz2
puppet-8f41d3390d1707802e4e597b28f2a0b17df463bb.tar.xz
puppet-8f41d3390d1707802e4e597b28f2a0b17df463bb.zip
Set domain to add when sending email to users
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/templates/upload.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf
index 29548759..f244c07d 100644
--- a/modules/buildsystem/templates/upload.conf
+++ b/modules/buildsystem/templates/upload.conf
@@ -69,4 +69,5 @@ my $homedir = "<%= build_home_dir %>";
admin => 'pterjan@gmail.com',
http_queue => 'http://pkgsubmit.<%= domain %>/uploads',
upload_user => '<%= sched_login %>',
+ email_domain => '<%= domain %>',
}