/[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 1149 by misc, Mon Feb 21 15:14:49 2011 UTC revision 1150 by misc, Mon Feb 21 15:14:50 2011 UTC
# Line 52  class phpbb { Line 52  class phpbb {
52          $database = "${db}_$lang"          $database = "${db}_$lang"
53    
54          include git::client          include git::client
55            include phpbb::base
56    
57          exec { "git clone git://git.$domain/forum/ $lang":          exec { "git clone git://git.$domain/forum/ $lang":
58              cwd => $forums_dir,              cwd => $forums_dir,
# Line 66  class phpbb { Line 67  class phpbb {
67              content => template("phpbb/config.php"),              content => template("phpbb/config.php"),
68          }          }
69    
         include php::base  
70    
71          @@postgresql::database { $database:          @@postgresql::database { $database:
72              description => "Phpbb database",              description => "Phpbb database",

Legend:
Removed from v.1149  
changed lines
  Added in v.1150

  ViewVC Help
Powered by ViewVC 1.1.30