From 4dbd9877f3478f023006d4f4aa17a83926520344 Mon Sep 17 00:00:00 2001 From: Stefano Maffulli Date: Thu, 1 May 2014 10:39:09 -0700 Subject: [PATCH] Adding list for OpenStack Superuser magazine's team Change-Id: I04a5cac71ce81826b543bd7d155ee718674598f0 --- modules/openstack_project/manifests/lists.pp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 1056e32980..81fe239919 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -166,4 +166,13 @@ class openstack_project::lists( mailserver => $listdomain, } + maillist { 'openstack-superuser': + ensure => present, + admin => 'lauren@openstack.org', + password => $listpassword, + description => 'Discussions for Superuser editorial advisors to collaborate, and for readers to be able to contact the editorial team to make suggestions, provide feedback', + webserver => $listdomain, + mailserver => $listdomain, + } + }