/[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 254 by dmorgan, Mon Nov 15 00:51:36 2010 UTC revision 289 by dmorgan, Thu Nov 18 19:59:40 2010 UTC
# Line 23  class bugzilla { Line 23  class bugzilla {
23        mode => 644,        mode => 644,
24        content => template("bugzilla/params")        content => template("bugzilla/params")
25      }      }
26    
27        include apache::mod_fcgid
28        apache::webapp_other{"bugzilla":
29            webapp_file => "bugzilla/webapp_bugzilla.conf",
30          }
31    
32        apache::vhost_other_app { "bugs.$domain":
33          vhost_file => "bugzilla/vhost_bugs.mageia.org.conf",
34        }
35  }  }
36    

Legend:
Removed from v.254  
changed lines
  Added in v.289

  ViewVC Help
Powered by ViewVC 1.1.30