/[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 1617 by misc, Tue Mar 22 17:43:44 2011 UTC revision 1618 by boklm, Thu May 19 10:09:32 2011 UTC
# Line 11  class mga-mirrors { Line 11  class mga-mirrors {
11          require => Package['mga-mirrors']          require => Package['mga-mirrors']
12      }      }
13    
14        apache::vhost_catalyst_app { "ssl_$vhost":
15            vhost => $vhost,
16            use_ssl => true,
17            script => "/usr/bin/mga_mirrors_fastcgi.pl",
18            require => Package['mga-mirrors']
19        }
20    
21      $pgsql_password = extlookup("mga_mirror_pgsql",'x')      $pgsql_password = extlookup("mga_mirror_pgsql",'x')
22    
23      postgresql::remote_db_and_user { 'mirrors':      postgresql::remote_db_and_user { 'mirrors':

Legend:
Removed from v.1617  
changed lines
  Added in v.1618

  ViewVC Help
Powered by ViewVC 1.1.30