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

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

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

revision 1280 by misc, Wed Feb 23 16:47:15 2011 UTC revision 1281 by misc, Tue Mar 8 11:54:36 2011 UTC
# Line 29  class phpbb { Line 29  class phpbb {
29          }          }
30    
31          $pgsql_password = extlookup("phpbb_pgsql",'x')          $pgsql_password = extlookup("phpbb_pgsql",'x')
32          @@postgresql::user { $user:          postgresql::remote_user { $user:
33              password => $pgsql_password,              password => $pgsql_password,
34          }          }
35    
# Line 120  class phpbb { Line 120  class phpbb {
120          }          }
121    
122    
123          @@postgresql::database { $database:          postgresql::remote_database { $database:
124              description => "Phpbb database",              description => "Phpbb database",
125              user => $user,              user => $user,
             require => Postgresql::User[$user]  
126          }          }
127    
128          phpbb_config { "ldap_user":          phpbb_config { "ldap_user":

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

  ViewVC Help
Powered by ViewVC 1.1.30