Adding Greek Language mailing list in the corresponding puppet module

Following the same structure as other language specific lists,
an addition for the 'openstack-el' mailing list is proposed.
Please note that 'EL' is the corresponding 2 letter ISO for Greek.

Change-Id: Ie430595e078c5ecfe215fd176b9bbf96cc4b4bba
This commit is contained in:
root 2014-05-20 14:17:40 +03:00 committed by Thanassis Parathyras
parent ea51ef2a08
commit 96a35f0b87

View File

@ -75,6 +75,15 @@ class openstack_project::lists(
mailserver => $listdomain,
}
maillist { 'openstack-el':
ensure => present,
admin => 'aparathyras@stackmasters.eu',
password => $listpassword,
description => 'List of the OpenStack Greek User Group',
webserver => $listdomain,
mailserver => $listdomain,
}
maillist { 'openstack-travel-committee':
ensure => present,
admin => 'communitymngr@openstack.org',