aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-19 16:21:14 +0000
committerMichael Scherer <misc@mageia.org>2012-03-19 16:21:14 +0000
commit7596e7557714c65f94180370524e42b2dbcc1706 (patch)
tree204c629d05fbe80f5079fe5f644654305dbf1f38 /modules/sympa
parentff65f32f086c146276486930a0a78e81ca43852e (diff)
downloadpuppet-7596e7557714c65f94180370524e42b2dbcc1706.tar
puppet-7596e7557714c65f94180370524e42b2dbcc1706.tar.gz
puppet-7596e7557714c65f94180370524e42b2dbcc1706.tar.bz2
puppet-7596e7557714c65f94180370524e42b2dbcc1706.tar.xz
puppet-7596e7557714c65f94180370524e42b2dbcc1706.zip
rename sympa::restricted_list
Diffstat (limited to 'modules/sympa')
-rw-r--r--modules/sympa/manifests/list/restricted.pp (renamed from modules/sympa/manifests/restricted_list.pp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/manifests/restricted_list.pp b/modules/sympa/manifests/list/restricted.pp
index 798531de..779cd3fb 100644
--- a/modules/sympa/manifests/restricted_list.pp
+++ b/modules/sympa/manifests/list/restricted.pp
@@ -1,6 +1,6 @@
# list where people cannot subscribe, where people from $ldap_group receive
# mail, with public archive
-define sympa::restricted_list($subject,
+define sympa::list::restricted($subject,
$subscriber_ldap_group,
$language = 'en',
$topics = false) {