diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 5b0c894bbe..ee1ca904f7 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -75,4 +75,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, + } + }