diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 52982d156a..7f9f7a7001 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -223,4 +223,13 @@ class openstack_project::lists( mailserver => $listdomain, } + maillist { 'third-party-requests': + ensure => present, + admin => 'anteaya@anteaya.info', + password => $listpassword, + description => 'Third party system account requests.', + webserver => $listdomain, + mailserver => $listdomain, + } + }