diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 068915aabb..ce28a4ca8e 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -73,4 +73,13 @@ class openstack_project::lists( mailserver => $listdomain, } + maillist { 'openstack-fr': + ensure => present, + admin => 'erwan.gallen@cloudwatt.com', + password => $listpassword, + description => 'List of the OpenStack french user group', + webserver => $listdomain, + mailserver => $listdomain, + } + }