/[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 1356 by misc, Tue Mar 22 17:43:44 2011 UTC revision 1848 by misc, Mon Jul 18 11:16:52 2011 UTC
# Line 49  class bugzilla { Line 49  class bugzilla {
49      apache::vhost_redirect_ssl { "$bugs_vhost": }      apache::vhost_redirect_ssl { "$bugs_vhost": }
50    
51      apache::vhost_base { "$bugs_vhost":      apache::vhost_base { "$bugs_vhost":
52          aliases => { "/bugzilla/data" => "$lib_dir/bugzilla",          aliases => { "/bugzilla/" => $vhost_root },  
                      "/bugzilla/" => $vhost_root },    
53          use_ssl => true,          use_ssl => true,
54          location => $vhost_root,          location => $vhost_root,
55          vhost => $bugs_vhost,          vhost => $bugs_vhost,

Legend:
Removed from v.1356  
changed lines
  Added in v.1848

  ViewVC Help
Powered by ViewVC 1.1.30