Merge "Add french list openstack-fr"

This commit is contained in:
Jenkins 2013-08-05 23:37:18 +00:00 committed by Gerrit Code Review
commit 2e43de1730

View File

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