Merge "Add a mailing list for the French i18n local group."
This commit is contained in:
commit
1b7f729f73
@ -349,4 +349,13 @@ class openstack_project::lists(
|
|||||||
webserver => $listdomain,
|
webserver => $listdomain,
|
||||||
mailserver => $listdomain,
|
mailserver => $listdomain,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
maillist { 'openstack-i18n-fr':
|
||||||
|
ensure => present,
|
||||||
|
admin => 'jftalta@gmail.com',
|
||||||
|
password => $listpassword,
|
||||||
|
description => 'List of the OpenStack Internationalization team, french local group.',
|
||||||
|
webserver => $listdomain,
|
||||||
|
mailserver => $listdomain,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user