Merge "Add french list openstack-fr"
This commit is contained in:
commit
2e43de1730
@ -75,4 +75,13 @@ class openstack_project::lists(
|
|||||||
mailserver => $listdomain,
|
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,
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user