aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/lists/manifests/init.pp
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-10-20 17:51:42 +0300
committerThomas Backlund <tmb@mageia.org>2015-10-20 17:51:42 +0300
commitc61daf65b58b943994d1f21e52deee9a9ce04827 (patch)
treeffeb83234cb01580abe04217f8b8eca9698d5424 /deployment/lists/manifests/init.pp
parentc4cb8478752701a83c4e3b4b73d661e188d67daa (diff)
downloadpuppet-c61daf65b58b943994d1f21e52deee9a9ce04827.tar
puppet-c61daf65b58b943994d1f21e52deee9a9ce04827.tar.gz
puppet-c61daf65b58b943994d1f21e52deee9a9ce04827.tar.bz2
puppet-c61daf65b58b943994d1f21e52deee9a9ce04827.tar.xz
puppet-c61daf65b58b943994d1f21e52deee9a9ce04827.zip
use consistent domain references
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',
}