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

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

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

revision 1280 by misc, Fri Feb 25 18:25:56 2011 UTC revision 1281 by misc, Tue Mar 8 11:54:36 2011 UTC
# Line 9  class transifex { Line 9  class transifex {
9    
10    $templates_dir = "/var/lib/transifex/templates"    $templates_dir = "/var/lib/transifex/templates"
11    
12    @@postgresql::user { 'transifex':    postgresql::remote_user { 'transifex':
13          password => $pgsql_password,          password => $pgsql_password,
14    }    }
15    
16    @@postgresql::database { 'transifex':    postgresql::remote_database { 'transifex':
17          description => "Transifex database",          description => "Transifex database",
18          user => "transifex",          user => "transifex",
         require => Postgresql::User['transifex']  
19    }    }
20    
21    file { "20-engines.conf":    file { "20-engines.conf":

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

  ViewVC Help
Powered by ViewVC 1.1.30