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