/[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 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':

Legend:
Removed from v.3300  
changed lines
  Added in v.3301

  ViewVC Help
Powered by ViewVC 1.1.30