From e2aa5b22fec5ee470707a8591460beba4cb268fb Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 14 Dec 2010 18:29:38 +0000 Subject: fix name of sysadmin group --- modules/sympa/manifests/init.pp | 2 +- modules/sympa/templates/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp index 960bedaf..d73742e2 100644 --- a/modules/sympa/manifests/init.pp +++ b/modules/sympa/manifests/init.pp @@ -137,7 +137,7 @@ class sympa { # add each group that could be used in a sympa ml either as # - owner # - editor ( moderation ) - ldap_group_datasource { "mga-sysadm": } + ldap_group_datasource { "mga-sysadmin": } ldap_group_datasource { "mga-ml_moderators": } diff --git a/modules/sympa/templates/config b/modules/sympa/templates/config index 49df16b1..7f834e3d 100644 --- a/modules/sympa/templates/config +++ b/modules/sympa/templates/config @@ -20,7 +20,7 @@ unsubscribe open_web_only_notify # TODO reception nomail # profile normal owner_include -source mga-sysadm +source mga-sysadmin reception nomail profile normal -- cgit v1.2.1