Parent Directory | Revision Log | Patch
revision 3300 by misc, Mon Apr 2 11:05:37 2012 UTC | revision 3301 by boklm, Thu Jul 25 21:28:44 2013 UTC | |
---|---|---|
# | Line 9 class mga-mirrors { | Line 9 class mga-mirrors { |
9 | require => Package['mga-mirrors'], | require => Package['mga-mirrors'], |
10 | } | } |
11 | ||
12 | apache::vhost::catalyst_app { "ssl_$vhost": | |
13 | vhost => $vhost, | |
14 | use_ssl => true, | |
15 | script => '/usr/bin/mga_mirrors_fastcgi.pl', | |
16 | require => Package['mga-mirrors'], | |
17 | } | |
18 | ||
19 | $pgsql_password = extlookup('mga_mirror_pgsql','x') | $pgsql_password = extlookup('mga_mirror_pgsql','x') |
20 | ||
21 | postgresql::remote_db_and_user { 'mirrors': | postgresql::remote_db_and_user { 'mirrors': |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |