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

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

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

revision 2681 by misc, Sun Mar 25 12:20:20 2012 UTC revision 2682 by misc, Sun Mar 25 12:20:24 2012 UTC
# Line 45  class apache { Line 45  class apache {
45          }          }
46      }      }
47    
     class mod_perl inherits base {  
         package { "apache-mod_perl": }  
     }  
   
     class mod_fcgid inherits base {  
         package { "apache-mod_fcgid": }  
     }  
   
     class mod_fastcgi inherits base {  
         package { "apache-mod_fastcgi": }  
     }  
   
48      class mod_wsgi inherits base {      class mod_wsgi inherits base {
49          package { "apache-mod_wsgi": }          package { "apache-mod_wsgi": }
50    
# Line 69  class apache { Line 57  class apache {
57          }          }
58      }      }
59    
     class mod_proxy inherits base {  
         package { "apache-mod_proxy": }  
     }  
   
     class mod_public_html inherits base {  
         package { "apache-mod_public_html": }  
     }  
   
     class mod_deflate inherits base {  
         package { "apache-mod_deflate": }  
     }  
   
     class mod_geoip inherits base {  
         package { "apache-mod_geoip": }  
     }  
60    
61      define vhost_base($content = '',      define vhost_base($content = '',
62                        $location = '/dev/null',                        $location = '/dev/null',
# Line 127  class apache { Line 100  class apache {
100          }          }
101    
102          if $enable_public_html {          if $enable_public_html {
103              include apache::mod_public_html              include apache::mod::public_html
104          }          }
105    
106          apache::config { "/etc/httpd/conf/vhosts.d/$filename":          apache::config { "/etc/httpd/conf/vhosts.d/$filename":
# Line 207  class apache { Line 180  class apache {
180      define vhost_reverse_proxy($url,      define vhost_reverse_proxy($url,
181                                 $vhost = false,                                 $vhost = false,
182                                 $use_ssl = false) {                                 $use_ssl = false) {
183          include apache::mod_proxy          include apache::mod::proxy
184          vhost_base { $name:          vhost_base { $name:
185              use_ssl => $use_ssl,              use_ssl => $use_ssl,
186              vhost => $vhost,              vhost => $vhost,

Legend:
Removed from v.2681  
changed lines
  Added in v.2682

  ViewVC Help
Powered by ViewVC 1.1.30