Adding the Superuser mailing list
For coordination of editorial team of OpenStack Superuser magazine, also remove old unused openstack-superuser list. Change-Id: I2b4df4d6667dce522795c302185cf6b16e8d4cfd
This commit is contained in:
parent
ff185c2b09
commit
1f1def4b7d
@ -166,7 +166,7 @@ class openstack_project::lists(
|
|||||||
mailserver => $listdomain,
|
mailserver => $listdomain,
|
||||||
}
|
}
|
||||||
|
|
||||||
maillist { 'openstack-superuser':
|
maillist { 'superuser':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
admin => 'lauren@openstack.org',
|
admin => 'lauren@openstack.org',
|
||||||
password => $listpassword,
|
password => $listpassword,
|
||||||
@ -175,4 +175,5 @@ class openstack_project::lists(
|
|||||||
mailserver => $listdomain,
|
mailserver => $listdomain,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
maillist { 'openstack-superuser': ensure => absent }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user