Parent Directory | Revision Log | 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", |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |