Merge "Create the OpenStack discussion mailing list"
This commit is contained in:
commit
39aea4facd
@ -478,4 +478,12 @@ class openstack_project::lists(
|
|||||||
password => $listpassword,
|
password => $listpassword,
|
||||||
description => 'Discussion of StarlingX usage and development.',
|
description => 'Discussion of StarlingX usage and development.',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mailman_list { 'openstack-discuss@openstack':
|
||||||
|
require => Mailman::Site['openstack'],
|
||||||
|
ensure => present,
|
||||||
|
admin => 'fungi@yuggoth.org',
|
||||||
|
password => $listpassword,
|
||||||
|
description => 'Discussion of OpenStack usage and development.',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user