From 0adfe1b7c77ce996002f43658e9088bf4fdf8931 Mon Sep 17 00:00:00 2001 From: "Amy Marrich (spotz)" Date: Wed, 30 May 2018 18:13:28 -0500 Subject: [PATCH] Update of codeblock for adding a new list The code block for adding a new list to Mailman was out of date. Updated the codeblock to match format in the lists.pp file. Change-Id: I76c844c051e8c51a4c76fd774f6af038c647b819 --- doc/source/lists.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/source/lists.rst b/doc/source/lists.rst index e846061cae..95d584b797 100644 --- a/doc/source/lists.rst +++ b/doc/source/lists.rst @@ -34,13 +34,12 @@ example: .. code-block:: ruby - maillist { 'openstack-foo': + mailman_list { 'openstack-foo@openstack': + require => Mailman::Site['openstack'], ensure => present, admin => 'admin@example.com', password => $listpassword, description => 'Discussion of OpenStack Foo', - webserver => $listdomain, - mailserver => $listdomain, } Scripted Changes to Lists