From c61daf65b58b943994d1f21e52deee9a9ce04827 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 20 Oct 2015 17:51:42 +0300 Subject: use consistent domain references --- deployment/lists/manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'deployment/lists/manifests/init.pp') 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', } -- cgit v1.2.1