/[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 1237 by boklm, Wed Mar 2 20:05:22 2011 UTC revision 1241 by boklm, Wed Mar 2 23:23:08 2011 UTC
# Line 37  class apache { Line 37  class apache {
37              require => Package["apache-conf"],              require => Package["apache-conf"],
38              content => template("apache/00_default_vhosts.conf")              content => template("apache/00_default_vhosts.conf")
39          }          }
40    
41            file { "01_default_ssl_vhost.conf"
42                path => '/etc/httpd/conf/vhosts.d/01_default_ssl_vhost.conf',
43                ensure => "present",
44                owner => root,
45                group => root,
46                mode => 644,
47                notify => Service['apache'],
48                require => Package["apache-conf"],
49                content => template("apache/01_default_ssl_vhost.conf")
50            }
51      }      }
52            
53      class mod_php inherits base {      class mod_php inherits base {

Legend:
Removed from v.1237  
changed lines
  Added in v.1241

  ViewVC Help
Powered by ViewVC 1.1.30