/[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 1243 by boklm, Wed Mar 2 23:25:25 2011 UTC revision 1245 by boklm, Wed Mar 2 23:40:25 2011 UTC
# Line 38  class apache { Line 38  class apache {
38              content => template("apache/00_default_vhosts.conf")              content => template("apache/00_default_vhosts.conf")
39          }          }
40    
         file { "01_default_ssl_vhost.conf":  
             path => '/etc/httpd/conf/vhosts.d/01_default_ssl_vhost.conf',  
             ensure => "present",  
             owner => root,  
             group => root,  
             mode => 644,  
             notify => Service['apache'],  
             require => Package["apache-conf"],  
             content => template("apache/01_default_ssl_vhost.conf")  
         }  
41      }      }
42            
43      class mod_php inherits base {      class mod_php inherits base {
# Line 92  class apache { Line 82  class apache {
82          package { "apache-mod_ssl":          package { "apache-mod_ssl":
83              ensure => installed              ensure => installed
84          }          }
85    
86            file { "01_default_ssl_vhost.conf":
87                path => '/etc/httpd/conf/vhosts.d/01_default_ssl_vhost.conf',
88                ensure => "present",
89                owner => root,
90                group => root,
91                mode => 644,
92                notify => Service['apache'],
93                require => Package["apache-conf"],
94                content => template("apache/01_default_ssl_vhost.conf")
95            }
96      }      }
97    
98      class mod_wsgi inherits base {      class mod_wsgi inherits base {

Legend:
Removed from v.1243  
changed lines
  Added in v.1245

  ViewVC Help
Powered by ViewVC 1.1.30