From 1f1def4b7da2064fce9ebda82ef79c3ca961e376 Mon Sep 17 00:00:00 2001 From: Stefano Maffulli Date: Mon, 5 May 2014 15:58:48 -0700 Subject: [PATCH] Adding the Superuser mailing list For coordination of editorial team of OpenStack Superuser magazine, also remove old unused openstack-superuser list. Change-Id: I2b4df4d6667dce522795c302185cf6b16e8d4cfd --- modules/openstack_project/manifests/lists.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 81fe239919..787be0a461 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -166,7 +166,7 @@ class openstack_project::lists( mailserver => $listdomain, } - maillist { 'openstack-superuser': + maillist { 'superuser': ensure => present, admin => 'lauren@openstack.org', password => $listpassword, @@ -175,4 +175,5 @@ class openstack_project::lists( mailserver => $listdomain, } + maillist { 'openstack-superuser': ensure => absent } }