/[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 1355 by misc, Tue Mar 8 11:54:36 2011 UTC revision 1356 by misc, Tue Mar 22 17:43:44 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::remote_user { 'transifex':    postgresql::remote_db_and_user { 'transifex':
         password => $pgsql_password,  
   }  
   
   postgresql::remote_database { 'transifex':  
13          description => "Transifex database",          description => "Transifex database",
14          user => "transifex",          password => $pgsql_password,
15    }    }
16    
17    file { "20-engines.conf":    file { "20-engines.conf":

Legend:
Removed from v.1355  
changed lines
  Added in v.1356

  ViewVC Help
Powered by ViewVC 1.1.30