From 3e8b500a9d0143f84aff611976a17e9331c7f0a1 Mon Sep 17 00:00:00 2001 From: Stefano Maffulli Date: Thu, 2 Jan 2014 16:25:59 -0800 Subject: [PATCH] Discussion list for the personas working group Change-Id: Icd89540d3ba4ceea484535a58499b6b5a7ee096d --- 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 a29a859f98..c5df823b75 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -75,6 +75,15 @@ class openstack_project::lists( mailserver => $listdomain, } + maillist { 'openstack-personas': + ensure => present, + admin => 'pieter.c.kruithof-jr@hp.com', + password => $listpassword, + description => 'A group of designers, researchers, developers, writers and users that are creating a set of personas for OpenStack that are intended to help drive development around the needs of our users.', + webserver => $listdomain, + mailserver => $listdomain, + } + maillist { 'openstack-vi': ensure => present, admin => 'hang.tran@dtt.vn',