/[adm]/puppet/modules/mga-mirrors/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/mga-mirrors/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 13  class mga-mirrors { Line 13  class mga-mirrors {
13    
14      $pgsql_password = extlookup("mga_mirror_pgsql",'x')      $pgsql_password = extlookup("mga_mirror_pgsql",'x')
15    
16      postgresql::remote_user { 'mirrors':      postgresql::remote_db_and_user { 'mirrors':
17          password => $pgsql_password,          password => $pgsql_password,
     }  
   
     postgresql::remote_database { 'mirrors':  
18          description => "Mirrors database",          description => "Mirrors database",
         user => "mirrors",  
19      }      }
20    
21      file { "mga-mirrors.ini":      file { "mga-mirrors.ini":

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

  ViewVC Help
Powered by ViewVC 1.1.30