/[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 3303 by boklm, Thu Jul 25 21:28:44 2013 UTC revision 3304 by boklm, Thu Jul 25 21:48:41 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":      apache::vhost::base { "ssl_$vhost":
13          vhost   => $vhost,          vhost   => $vhost,
14          use_ssl => true,          use_ssl => true,
15          script  => '/usr/bin/mga_mirrors_fastcgi.pl',          aliases => {
16          require => Package['mga-mirrors'],              '/' => '/usr/bin/mga_mirrors_fastcgi.pl/',
17            },
18      }      }
19    
20      $pgsql_password = extlookup('mga_mirror_pgsql','x')      $pgsql_password = extlookup('mga_mirror_pgsql','x')

Legend:
Removed from v.3303  
changed lines
  Added in v.3304

  ViewVC Help
Powered by ViewVC 1.1.30