/[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 1241 by boklm, Wed Mar 2 23:23:08 2011 UTC revision 1243 by boklm, Wed Mar 2 23:25: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    
41          file { "01_default_ssl_vhost.conf"          file { "01_default_ssl_vhost.conf":
42              path => '/etc/httpd/conf/vhosts.d/01_default_ssl_vhost.conf',              path => '/etc/httpd/conf/vhosts.d/01_default_ssl_vhost.conf',
43              ensure => "present",              ensure => "present",
44              owner => root,              owner => root,

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

  ViewVC Help
Powered by ViewVC 1.1.30