/[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 2015 by misc, Mon Sep 19 12:57:09 2011 UTC revision 2085 by boklm, Wed Nov 9 22:14:05 2011 UTC
# Line 106  class apache { Line 106  class apache {
106              require => Package["apache-conf"],              require => Package["apache-conf"],
107              content => template("apache/01_default_ssl_vhost.conf")              content => template("apache/01_default_ssl_vhost.conf")
108          }          }
109    
110            file { "ssl.conf":
111                ensure => present,
112                path => "/etc/httpd/conf.d/ssl.conf",
113                content => template("apache/ssl.conf"),
114                require => Package["apache-conf"],
115                notify => Service["apache"],
116                owner => root,
117                group => root,
118                mode => 644,
119            }
120      }      }
121    
122      class mod_wsgi inherits base {      class mod_wsgi inherits base {

Legend:
Removed from v.2015  
changed lines
  Added in v.2085

  ViewVC Help
Powered by ViewVC 1.1.30