From cdd2802c15b198059de2fd8af420d943b88dfd79 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Mon, 22 Apr 2013 18:35:18 +0000 Subject: rename sympa::public_restricted_list to sympa::list::public_restricted --- deployment/lists/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployment/lists') diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp index a207fbeb..3096c772 100644 --- a/deployment/lists/manifests/init.pp +++ b/deployment/lists/manifests/init.pp @@ -250,7 +250,7 @@ class lists { subscriber_ldap_group => 'mga-board', } - sympa::public_restricted_list { 'board-public': + sympa::list::public_restricted { 'board-public': subject => 'Public board discussion', subscriber_ldap_group => 'mga-board', topics => 'governance', @@ -262,7 +262,7 @@ class lists { topics => 'governance', } - sympa::public_restricted_list { 'council': + sympa::list::public_restricted { 'council': subject => 'Council discussions', subscriber_ldap_group => 'mga-council', topics => 'governance', -- cgit v1.2.1