From 96a35f0b8770e99e0a597386f6ccfe0066f62b5d Mon Sep 17 00:00:00 2001 From: root Date: Tue, 20 May 2014 14:17:40 +0300 Subject: [PATCH] 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 --- modules/openstack_project/manifests/lists.pp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 787be0a461..9b1024a930 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -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',