aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/lists
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-06-22 01:38:55 +0300
committerThomas Backlund <tmb@mageia.org>2015-06-22 01:38:55 +0300
commitf175412cf7f80fbe72ef3d870f834edfe949a000 (patch)
treec592e776d6a925497b63b7772a9a0248fb95e0a4 /deployment/lists
parentaf500926f41b8d99314c0a85fe170532282e5d1c (diff)
downloadpuppet-f175412cf7f80fbe72ef3d870f834edfe949a000.tar
puppet-f175412cf7f80fbe72ef3d870f834edfe949a000.tar.gz
puppet-f175412cf7f80fbe72ef3d870f834edfe949a000.tar.bz2
puppet-f175412cf7f80fbe72ef3d870f834edfe949a000.tar.xz
puppet-f175412cf7f80fbe72ef3d870f834edfe949a000.zip
deployment/lists: puppet-lint fixes
Diffstat (limited to 'deployment/lists')
-rw-r--r--deployment/lists/manifests/init.pp86
1 files changed, 43 insertions, 43 deletions
diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp
index b7bdb3bc..99b28b2d 100644
--- a/deployment/lists/manifests/init.pp
+++ b/deployment/lists/manifests/init.pp
@@ -4,21 +4,21 @@ class lists {
sympa::list::announce { 'announce':
subject => 'Mageia announces',
- reply_to => "discuss@ml.$::domain",
- sender_email => [ "sysadmin@group.$::domain", 'ennael1@gmail.com' ],
+ reply_to => "discuss@ml.${::domain}",
+ sender_email => [ "sysadmin@group.${::domain}", 'ennael1@gmail.com' ],
}
sympa::list::announce {'atelier-bugs':
subject => 'Atelier bug reports from bugzilla',
- reply_to => "atelier-discuss@ml.$::domain",
- sender_email => [ "bugzilla-daemon@$::domain" ],
+ reply_to => "atelier-discuss@ml.${::domain}",
+ sender_email => [ "bugzilla-daemon@${::domain}" ],
topics => 'atelier',
}
sympa::list::announce {'atelier-commits':
subject => 'Commits on atelier repositories (Artwork, Web, etc ...)',
- reply_to => "atelier-discuss@ml.$::domain",
- sender_email => [ "root@$::domain" ],
+ reply_to => "atelier-discuss@ml.${::domain}",
+ sender_email => [ "root@${::domain}" ],
topics => 'atelier',
}
@@ -56,14 +56,14 @@ class lists {
sympa::list::announce { 'i18n-bugs':
subject => 'Translation bug reports from bugzilla',
- reply_to => "i18n-discuss@ml.$::domain",
- sender_email => [ "bugzilla-daemon@$::domain" ],
+ reply_to => "i18n-discuss@ml.${::domain}",
+ sender_email => [ "bugzilla-daemon@${::domain}" ],
topics => 'i18n',
}
sympa::list {'i18n-reports':
subject => 'Automated reports for translations',
- reply_to => "i18n-discuss@$ml.::domain",
+ reply_to => "i18n-discuss@ml.${::domain}",
sender_subscriber => true,
sender_email => [
'r2d2@vargas.calenco.com',
@@ -156,22 +156,22 @@ class lists {
sympa::list::announce {'qa-bugs':
subject => 'QA bug reports from bugzilla',
- reply_to => "qa-discuss@ml.$::domain",
- sender_email => [ "bugzilla-daemon@$::domain" ],
+ reply_to => "qa-discuss@ml.${::domain}",
+ sender_email => [ "bugzilla-daemon@${::domain}" ],
topics => 'qa',
}
sympa::list::announce {'qa-reports':
subject => 'Automated reports from QA tools',
- reply_to => "qa-discuss@ml.$::domain",
- sender_email => [ "buildsystem-daemon@mageia.org" ],
+ reply_to => "qa-discuss@ml.${::domain}",
+ sender_email => [ 'buildsystem-daemon@mageia.org' ],
topics => 'qa',
}
sympa::list::announce {'qa-commits':
subject => 'Update advisories commits',
- reply_to => "qa-discuss@ml.$::domain",
- sender_email => [ "root@$::domain" ],
+ reply_to => "qa-discuss@ml.${::domain}",
+ sender_email => [ "root@${::domain}" ],
topics => 'qa',
}
@@ -182,8 +182,8 @@ class lists {
sympa::list::announce {'forums-bugs':
subject => 'Forums bug reports from bugzilla',
- reply_to => "forums-discuss@ml.$::domain",
- sender_email => [ "bugzilla-daemon@$::domain" ],
+ reply_to => "forums-discuss@ml.${::domain}",
+ sender_email => [ "bugzilla-daemon@${::domain}" ],
topics => 'forums',
}
@@ -194,29 +194,29 @@ class lists {
sympa::list::announce { 'doc-bugs':
subject => 'Documentation bug reports from bugzilla',
- reply_to => "doc-discuss@ml.$::domain",
- sender_email => [ "bugzilla-daemon@$::domain" ],
+ reply_to => "doc-discuss@ml.${::domain}",
+ sender_email => [ "bugzilla-daemon@${::domain}" ],
topics => 'doc',
}
sympa::list::announce { 'packages-commits':
subject => 'Commits on packages repository',
- reply_to => "dev@ml.$::domain",
- sender_email => [ "root@$::domain" ],
+ reply_to => "dev@ml.${::domain}",
+ sender_email => [ "root@${::domain}" ],
topics => 'developers',
}
sympa::list::announce { 'mirrors-announce':
subject => 'Important announces about mirrors updates',
- reply_to => "sysadmin-discuss@ml.$::domain",
- sender_email => [ "root@$::domain" ],
+ reply_to => "sysadmin-discuss@ml.${::domain}",
+ sender_email => [ "root@${::domain}" ],
topics => 'sysadmin',
}
sympa::list::announce {'sysadmin-commits':
subject => 'Commits on sysadmin repository',
- reply_to => "sysadmin-discuss@ml.$::domain",
- sender_email => [ "root@$::domain" ],
+ reply_to => "sysadmin-discuss@ml.${::domain}",
+ sender_email => [ "root@${::domain}" ],
topics => 'sysadmin',
}
@@ -227,57 +227,57 @@ class lists {
sympa::list::announce {'sysadmin-reports':
subject => 'Automated reports from various pieces of infrastructure',
- reply_to => "sysadmin-discuss@ml.$::domain",
- sender_email => [ "root@$::domain" ],
+ reply_to => "sysadmin-discuss@ml.${::domain}",
+ sender_email => [ "root@${::domain}" ],
topics => 'sysadmin',
}
sympa::list::announce { 'sysadmin-bugs':
subject => 'Sysadmin bug reports from bugzilla',
- reply_to => "sysadmin-discuss@ml.$::domain",
- sender_email => [ "bugzilla-daemon@$::domain" ],
+ reply_to => "sysadmin-discuss@ml.${::domain}",
+ sender_email => [ "bugzilla-daemon@${::domain}" ],
topics => 'sysadmin',
}
sympa::list::announce { 'soft-commits':
subject => 'Commits on soft repository',
- reply_to => "dev@ml.$::domain",
- sender_email => [ "root@$::domain" ],
+ reply_to => "dev@ml.${::domain}",
+ sender_email => [ "root@${::domain}" ],
topics => 'developers',
}
sympa::list::announce { 'bugs':
subject => 'Bug reports from bugzilla',
- reply_to => "dev@ml.$::domain",
- sender_email => [ "bugzilla-daemon@$::domain" ],
+ reply_to => "dev@ml.${::domain}",
+ sender_email => [ "bugzilla-daemon@${::domain}" ],
topics => 'developers',
}
sympa::list::announce { 'updates-announce':
subject => 'Packages update for stable release',
- reply_to => "dev@ml.$::domain",
- sender_email => [ "buildsystem-daemon@$::domain" ],
+ reply_to => "dev@ml.${::domain}",
+ sender_email => [ "buildsystem-daemon@${::domain}" ],
topics => 'developers',
}
sympa::list::announce { 'backports-announce':
subject => 'Package backports for stable release',
- reply_to => "dev@ml.$::domain",
- sender_email => [ "buildsystem-daemon@$::domain" ],
+ reply_to => "dev@ml.${::domain}",
+ sender_email => [ "buildsystem-daemon@${::domain}" ],
topics => 'developers',
}
sympa::list::announce { 'changelog':
subject => 'Announces for new packages uploaded',
- reply_to => "dev@ml.$::domain",
- sender_email => [ "buildsystem-daemon@$::domain" ],
+ reply_to => "dev@ml.${::domain}",
+ sender_email => [ "buildsystem-daemon@${::domain}" ],
topics => 'developers',
}
sympa::list::announce { 'board-commits':
subject => 'Commits on Mageia.Org status and organisation documents',
- reply_to => "board-public@ml.$::domain",
- sender_email => [ "root@$::domain" ],
+ reply_to => "board-public@ml.${::domain}",
+ sender_email => [ "root@${::domain}" ],
topics => 'governance',
subscriber_ldap_group => 'mga-board',
}
@@ -296,8 +296,8 @@ class lists {
sympa::list::announce {'treasurer-commits':
subject => 'Commits on Mageia.Org association treasurer repository',
- reply_to => "treasurer@$::domain",
- sender_email => [ "root@$::domain" ],
+ reply_to => "treasurer@${::domain}",
+ sender_email => [ "root@${::domain}" ],
topics => 'governance',
}