/[adm]/puppet/modules/bugzilla/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/bugzilla/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2690 by misc, Mon Mar 19 21:13:10 2012 UTC revision 2691 by misc, Sun Mar 25 12:47:26 2012 UTC
# Line 38  class bugzilla { Line 38  class bugzilla {
38      $bugs_vhost = "bugs.$::domain"      $bugs_vhost = "bugs.$::domain"
39      $vhost_root = '/usr/share/bugzilla/www'      $vhost_root = '/usr/share/bugzilla/www'
40    
41      apache::vhost_redirect_ssl { $bugs_vhost: }      apache::vhost::redirect_ssl { $bugs_vhost: }
42    
43      apache::vhost_base { $bugs_vhost:      apache::vhost::base { $bugs_vhost:
44          aliases  => { '/bugzilla/' => $vhost_root },          aliases  => { '/bugzilla/' => $vhost_root },
45          use_ssl  => true,          use_ssl  => true,
46          location => $vhost_root,          location => $vhost_root,

Legend:
Removed from v.2690  
changed lines
  Added in v.2691

  ViewVC Help
Powered by ViewVC 1.1.30