/[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 1280 by boklm, Wed Mar 2 19:54:46 2011 UTC revision 1281 by misc, Tue Mar 8 11:54:36 2011 UTC
# Line 25  class sympa { Line 25  class sympa {
25          $pgsql_password = extlookup("sympa_pgsql",'x')          $pgsql_password = extlookup("sympa_pgsql",'x')
26          $ldap_password = extlookup("sympa_ldap",'x')          $ldap_password = extlookup("sympa_ldap",'x')
27            
28          @@postgresql::user { 'sympa':          postgresql::remote_user { 'sympa':
29              password => $pgsql_password,              password => $pgsql_password,
30          }          }
31            
# Line 61  class sympa { Line 61  class sympa {
61              content => template("sympa/vhost_ml.conf"),              content => template("sympa/vhost_ml.conf"),
62          }          }
63    
64          @@postgresql::database { 'sympa':          postgresql::remote_database { 'sympa':
65              description => "Sympa database",              description => "Sympa database",
66              user => "sympa",              user => "sympa",
             require => Postgresql::User["sympa"]  
67          }          }
68            
69          subversion::snapshot { "/etc/sympa/web_tt2":          subversion::snapshot { "/etc/sympa/web_tt2":

Legend:
Removed from v.1280  
changed lines
  Added in v.1281

  ViewVC Help
Powered by ViewVC 1.1.30