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',