/[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 562 by misc, Thu Dec 9 12:34:29 2010 UTC revision 566 by misc, Thu Dec 9 12:34:33 2010 UTC
# Line 19  class sympa { Line 19  class sympa {
19          service { "sympa":          service { "sympa":
20              ensure => running,              ensure => running,
21              hasstatus => true,              hasstatus => true,
22              subscribe => [ Package["sympa"]]              subscribe => [ Package["sympa"], File['/etc/sympa/sympa.conf']]
23          }          }
24            
25          $password = extlookup("sympa_password",'x')          $password = extlookup("sympa_password",'x')

Legend:
Removed from v.562  
changed lines
  Added in v.566

  ViewVC Help
Powered by ViewVC 1.1.30