diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-14 18:29:48 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-14 18:29:48 +0000 |
commit | 0a11b000f7319cc4c4dc48682d413ddd563c90af (patch) | |
tree | f43261f9b04b0a8e47f8f66adf07ddd587bc846a /modules/sympa/manifests | |
parent | be44eccc20fd078e0676803db41971d80806f146 (diff) | |
download | puppet-0a11b000f7319cc4c4dc48682d413ddd563c90af.tar puppet-0a11b000f7319cc4c4dc48682d413ddd563c90af.tar.gz puppet-0a11b000f7319cc4c4dc48682d413ddd563c90af.tar.bz2 puppet-0a11b000f7319cc4c4dc48682d413ddd563c90af.tar.xz puppet-0a11b000f7319cc4c4dc48682d413ddd563c90af.zip |
add missing scenari
Diffstat (limited to 'modules/sympa/manifests')
-rw-r--r-- | modules/sympa/manifests/init.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp index c014a18d..97593141 100644 --- a/modules/sympa/manifests/init.pp +++ b/modules/sympa/manifests/init.pp @@ -94,6 +94,14 @@ class sympa { source => "puppet:///modules/sympa/scenari/open_web_only_notify", } + file { ["/etc/sympa/scenari/send.subscriber_moderated"]: + ensure => present, + owner => root, + group => root, + mode => 755, + source => "puppet:///modules/sympa/scenari/subscriber_moderated", + } + define ldap_search_filter { file { "/etc/sympa/search_filters/$name.ldap": ensure => present, |