/[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 589 by misc, Mon Dec 13 23:55:09 2010 UTC revision 590 by misc, Tue Dec 14 00:22:33 2010 UTC
# Line 171  class sympa { Line 171  class sympa {
171          }          }
172    
173          exec { "sympa.pl --create_list --robot=$sympa::variable::vhost --input_file=$xml_file":          exec { "sympa.pl --create_list --robot=$sympa::variable::vhost --input_file=$xml_file":
174              refreshonly => true,              require => File["$xml_file"],
175              subscribe => File["$xml_file"],              create => "/var/lib/sympa/expl/$name",
176              before => File["/var/lib/sympa/expl/$name/config"],              before => File["/var/lib/sympa/expl/$name/config"],
177          }          }
178    

Legend:
Removed from v.589  
changed lines
  Added in v.590

  ViewVC Help
Powered by ViewVC 1.1.30