diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-22 19:19:35 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-22 19:19:35 +0000 |
commit | 8e93d74a1445e1a2513244d945b3cca6e764da7e (patch) | |
tree | 53ac26ceaa48f998c4706a9f7921c118c4b0921d /modules/sympa/manifests/list/public_restricted.pp | |
parent | 169f56c69cc048542dad196ea3c1c21858f9190e (diff) | |
download | puppet-8e93d74a1445e1a2513244d945b3cca6e764da7e.tar puppet-8e93d74a1445e1a2513244d945b3cca6e764da7e.tar.gz puppet-8e93d74a1445e1a2513244d945b3cca6e764da7e.tar.bz2 puppet-8e93d74a1445e1a2513244d945b3cca6e764da7e.tar.xz puppet-8e93d74a1445e1a2513244d945b3cca6e764da7e.zip |
sympa::list: remove unused parameter $profile
Diffstat (limited to 'modules/sympa/manifests/list/public_restricted.pp')
-rw-r--r-- | modules/sympa/manifests/list/public_restricted.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/sympa/manifests/list/public_restricted.pp b/modules/sympa/manifests/list/public_restricted.pp index cdbab509..fed13596 100644 --- a/modules/sympa/manifests/list/public_restricted.pp +++ b/modules/sympa/manifests/list/public_restricted.pp @@ -7,7 +7,6 @@ define sympa::list::public_restricted($subject, $topics = false) { list { $name: subject => $subject, - profile => '', topics => $topics, language => $language, subscriber_ldap_group => $subscriber_ldap_group, |