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:
parent
6bc8ba5464
commit
0adfe1b7c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user