Add an openstack-sos mailing list
This adds a (maybe temporary) mailing list for coordination of summit activities for significant others. Change-Id: I5d081bcd43d6bb40b15f430777d335be25341f4b
This commit is contained in:
parent
e4bb7a9662
commit
03361db0c8
@ -92,4 +92,13 @@ class openstack_project::lists(
|
||||
webserver => $listdomain,
|
||||
mailserver => $listdomain,
|
||||
}
|
||||
|
||||
maillist { 'openstack-sos':
|
||||
ensure => present,
|
||||
admin => 'dms@danplanet.com',
|
||||
password => $listpassword,
|
||||
description => 'Coordination of activities for Significant Others at Summits',
|
||||
webserver => $listdomain,
|
||||
mailserver => $listdomain,
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user