/[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 624 by misc, Wed Dec 15 12:24:46 2010 UTC revision 625 by misc, Wed Dec 15 12:24:47 2010 UTC
# Line 12  class mga-mirrors { Line 12  class mga-mirrors {
12      }      }
13    
14      $pgsql_password = extlookup("mga_mirror_pgsql",'x')      $pgsql_password = extlookup("mga_mirror_pgsql",'x')
15    
16        @@postgresql::user { 'mirrors':
17            password => $pgsql_password,
18        }
19    
20        @@postgresql::database { 'mirrors':
21            description => "Mirrors database",
22            user => "mirrors",
23            require => Postgresql::User['mirrors']
24        }
25    
26      file { "mga-mirrors.ini":      file { "mga-mirrors.ini":
27          path => "/etc/mga-mirrors.ini",              path => "/etc/mga-mirrors.ini",    

Legend:
Removed from v.624  
changed lines
  Added in v.625

  ViewVC Help
Powered by ViewVC 1.1.30