/[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 613 by misc, Wed Dec 15 01:39:28 2010 UTC revision 614 by misc, Wed Dec 15 01:39:30 2010 UTC
# Line 4  class transifex { Line 4  class transifex {
4    }    }
5    
6    $password = extlookup("transifex_password",'x')    $password = extlookup("transifex_password",'x')
7    
8      @@postgresql::user { 'transifex':
9            password => $password,
10      }
11    
12      @@postgresql::database { 'transifex':
13            description => "Transifex database",
14            user => "transifex",
15            require => Postgresql::User['transifex']
16      }
17    
18    file { "20-engines.conf":    file { "20-engines.conf":
19      path => "/etc/transifex/20-engines.conf",      path => "/etc/transifex/20-engines.conf",
20      ensure => present,      ensure => present,

Legend:
Removed from v.613  
changed lines
  Added in v.614

  ViewVC Help
Powered by ViewVC 1.1.30