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
This commit is contained in:
Amy Marrich (spotz) 2018-05-30 18:13:28 -05:00
parent 6bc8ba5464
commit 0adfe1b7c7

View File

@ -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