Add french list openstack-fr

Change-Id: I8dd6c40b5c8d99459410fe5a7d715626d0a0d85e
This commit is contained in:
Erwan Gallen 2013-07-26 09:18:42 +02:00
parent 47eeb86fef
commit 467b91789b

View File

@ -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,
}
}