/[adm]/puppet/modules/sympa/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/sympa/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2298 by misc, Mon Jan 16 15:49:26 2012 UTC revision 2299 by misc, Mon Jan 16 15:49:28 2012 UTC
# Line 69  class sympa { Line 69  class sympa {
69              force => true,              force => true,
70          }          }
71    
72          file { ["/etc/sympa/scenari/subscribe.open_web_only_notify",          file {
73                  "/etc/sympa/scenari/unsubscribe.open_web_only_notify"]:              "/etc/sympa/scenari/subscribe.open_web_only_notify":
74              source => "puppet:///modules/sympa/scenari/open_web_only_notify",                  source => "puppet:///modules/sympa/scenari/open_web_only_notify";
75          }              "/etc/sympa/scenari/unsubscribe.open_web_only_notify":
76                    source => "puppet:///modules/sympa/scenari/open_web_only_notify";
77          file { ["/etc/sympa/scenari/send.subscriber_moderated"]:              "/etc/sympa/scenari/send.subscriber_moderated":
78              source => "puppet:///modules/sympa/scenari/subscriber_moderated",                  source => "puppet:///modules/sympa/scenari/subscriber_moderated";
79          }              "/etc/sympa/scenari/create_list.forbidden":
80                    source => "puppet:///modules/sympa/scenari/forbidden";
81          file { ["/etc/sympa/scenari/create_list.forbidden"]:              "/etc/sympa/topics.conf":
82              source => "puppet:///modules/sympa/scenari/forbidden",                  source => "puppet:///modules/sympa/topics.conf";
         }  
   
   
         file { ["/etc/sympa/topics.conf"]:  
             source => "puppet:///modules/sympa/topics.conf",  
83          }          }
84    
85          define ldap_search_filter {          define ldap_search_filter {

Legend:
Removed from v.2298  
changed lines
  Added in v.2299

  ViewVC Help
Powered by ViewVC 1.1.30