/[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 1071 by dmorgan, Sat Feb 12 22:49:13 2011 UTC revision 1072 by misc, Tue Feb 15 00:48:20 2011 UTC
# Line 13  class phpbb { Line 13  class phpbb {
13    
14      # TODO git checkout      # TODO git checkout
15    
16      # TODO mysql vm creation      $pgsql_password = extlookup("phpbb_pgsql",'x')
17        @@postgresql::user { 'phpbb':
18            password => $pgsql_password,
19        }
20    
21        @@postgresql::database { 'phpbb':
22            description => "Phpbb database",
23            user => "phpbb",
24            require => Postgresql::User['phpbb']
25        }
26  }  }

Legend:
Removed from v.1071  
changed lines
  Added in v.1072

  ViewVC Help
Powered by ViewVC 1.1.30