Merge "mailing list for Analyst Relations Working Group"
This commit is contained in:
commit
2f2c5adf42
@ -298,4 +298,13 @@ class openstack_project::lists(
|
|||||||
webserver => $listdomain,
|
webserver => $listdomain,
|
||||||
mailserver => $listdomain,
|
mailserver => $listdomain,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
maillist { 'analyst-relations':
|
||||||
|
ensure => present,
|
||||||
|
admin => 'lauren@openstack.org',
|
||||||
|
password => $listpassword,
|
||||||
|
description => 'Coordination of Analyst Relations Working Group.',
|
||||||
|
webserver => $listdomain,
|
||||||
|
mailserver => $listdomain,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user