aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/lists/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/lists/manifests/init.pp')
-rw-r--r--deployment/lists/manifests/init.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp
index 99b28b2d..ff472cf6 100644
--- a/deployment/lists/manifests/init.pp
+++ b/deployment/lists/manifests/init.pp
@@ -30,7 +30,7 @@ class lists {
sympa::list::private { 'blog-moderation':
subject => 'Blog comments moderation',
subscriber_ldap_group => 'mga-blog-moderators',
- sender_email => [ 'wordpress@blog.mageia.org' ],
+ sender_email => [ "wordpress@blog.${::domain}" ],
topics => 'atelier',
}
@@ -67,7 +67,7 @@ class lists {
sender_subscriber => true,
sender_email => [
'r2d2@vargas.calenco.com',
- 'blog@mageia.org',
+ "blog@${::domain}",
],
topics => 'i18n',
}
@@ -164,7 +164,7 @@ class lists {
sympa::list::announce {'qa-reports':
subject => 'Automated reports from QA tools',
reply_to => "qa-discuss@ml.${::domain}",
- sender_email => [ 'buildsystem-daemon@mageia.org' ],
+ sender_email => [ "buildsystem-daemon@${::domain}" ],
topics => 'qa',
}