Sort mailing lists in alpha order
* modules/openstack_project/manifests/lists.pp: Sorted for ease of management and to reduce parallel change merge conflicts in the future. Change-Id: I12240060e30114bd0a455768f498681b7a2c232c
This commit is contained in:
parent
c40b6809bb
commit
7f8e6d9bce
@ -30,24 +30,6 @@ class openstack_project::lists(
|
|||||||
User::Virtual::Localuser['smaffulli'],
|
User::Virtual::Localuser['smaffulli'],
|
||||||
)
|
)
|
||||||
|
|
||||||
maillist { 'openstack-it':
|
|
||||||
ensure => present,
|
|
||||||
admin => 'stefano@openstack.org',
|
|
||||||
password => $listpassword,
|
|
||||||
description => 'Discussioni su OpenStack in italiano',
|
|
||||||
webserver => $listdomain,
|
|
||||||
mailserver => $listdomain,
|
|
||||||
}
|
|
||||||
|
|
||||||
maillist { 'openstack-vi':
|
|
||||||
ensure => present,
|
|
||||||
admin => 'hang.tran@dtt.vn',
|
|
||||||
password => $listpassword,
|
|
||||||
description => 'Discussions in Vietnamese - please add Vietnamese translation here',
|
|
||||||
webserver => $listdomain,
|
|
||||||
mailserver => $listdomain,
|
|
||||||
}
|
|
||||||
|
|
||||||
maillist { 'openstack-es':
|
maillist { 'openstack-es':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
admin => 'flavio@redhat.com',
|
admin => 'flavio@redhat.com',
|
||||||
@ -57,24 +39,6 @@ class openstack_project::lists(
|
|||||||
mailserver => $listdomain,
|
mailserver => $listdomain,
|
||||||
}
|
}
|
||||||
|
|
||||||
maillist { 'openstack-i18n':
|
|
||||||
ensure => present,
|
|
||||||
admin => 'guoyingc@cn.ibm.com',
|
|
||||||
password => $listpassword,
|
|
||||||
description => 'List of the OpenStack Internationalization team.',
|
|
||||||
webserver => $listdomain,
|
|
||||||
mailserver => $listdomain,
|
|
||||||
}
|
|
||||||
|
|
||||||
maillist { 'openstack-travel-committee':
|
|
||||||
ensure => present,
|
|
||||||
admin => 'communitymngr@openstack.org',
|
|
||||||
password => $listpassword,
|
|
||||||
description => 'Private discussions for the OpenStack Travel Program Committee for Hong Kong Summit 2013.',
|
|
||||||
webserver => $listdomain,
|
|
||||||
mailserver => $listdomain,
|
|
||||||
}
|
|
||||||
|
|
||||||
maillist { 'openstack-fr':
|
maillist { 'openstack-fr':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
admin => 'erwan.gallen@cloudwatt.com',
|
admin => 'erwan.gallen@cloudwatt.com',
|
||||||
@ -84,4 +48,40 @@ class openstack_project::lists(
|
|||||||
mailserver => $listdomain,
|
mailserver => $listdomain,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
maillist { 'openstack-i18n':
|
||||||
|
ensure => present,
|
||||||
|
admin => 'guoyingc@cn.ibm.com',
|
||||||
|
password => $listpassword,
|
||||||
|
description => 'List of the OpenStack Internationalization team.',
|
||||||
|
webserver => $listdomain,
|
||||||
|
mailserver => $listdomain,
|
||||||
|
}
|
||||||
|
|
||||||
|
maillist { 'openstack-it':
|
||||||
|
ensure => present,
|
||||||
|
admin => 'stefano@openstack.org',
|
||||||
|
password => $listpassword,
|
||||||
|
description => 'Discussioni su OpenStack in italiano',
|
||||||
|
webserver => $listdomain,
|
||||||
|
mailserver => $listdomain,
|
||||||
|
}
|
||||||
|
|
||||||
|
maillist { 'openstack-travel-committee':
|
||||||
|
ensure => present,
|
||||||
|
admin => 'communitymngr@openstack.org',
|
||||||
|
password => $listpassword,
|
||||||
|
description => 'Private discussions for the OpenStack Travel Program Committee for Hong Kong Summit 2013.',
|
||||||
|
webserver => $listdomain,
|
||||||
|
mailserver => $listdomain,
|
||||||
|
}
|
||||||
|
|
||||||
|
maillist { 'openstack-vi':
|
||||||
|
ensure => present,
|
||||||
|
admin => 'hang.tran@dtt.vn',
|
||||||
|
password => $listpassword,
|
||||||
|
description => 'Discussions in Vietnamese - please add Vietnamese translation here',
|
||||||
|
webserver => $listdomain,
|
||||||
|
mailserver => $listdomain,
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user