Merge "Add edge-computing mailing list"
This commit is contained in:
commit
d1e494d24f
@ -406,4 +406,13 @@ class openstack_project::lists(
|
|||||||
webserver => $listdomain,
|
webserver => $listdomain,
|
||||||
mailserver => $listdomain,
|
mailserver => $listdomain,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
maillist { 'edge-computing':
|
||||||
|
ensure => present,
|
||||||
|
admin => 'claire@openstack.org',
|
||||||
|
password => $listpassword,
|
||||||
|
description => 'Organizing efforts around the edge-computing focus area.',
|
||||||
|
webserver => $listdomain,
|
||||||
|
mailserver => $listdomain,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user