/[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 540 by misc, Tue Dec 7 03:21:30 2010 UTC revision 549 by misc, Thu Dec 9 12:34:14 2010 UTC
# Line 10  class sympa { Line 10  class sympa {
10          ensure => installed;          ensure => installed;
11      }      }
12    
13        # sympa script start 5 differents script, I am not
14        # sure that puppet will correctly handle this
15        service { "sympa":
16            ensure => running,
17            hasstatus => true,
18            subscribe => [ Package["sympa"]]
19        }
20    
21      $password = extlookup("sympa_password",'x')      $password = extlookup("sympa_password",'x')
22      $ldap_passwd = extlookup("sympa_ldap",'x')      $ldap_passwd = extlookup("sympa_ldap",'x')
23    

Legend:
Removed from v.540  
changed lines
  Added in v.549

  ViewVC Help
Powered by ViewVC 1.1.30