/[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 124 by misc, Fri Nov 5 01:08:21 2010 UTC revision 126 by misc, Fri Nov 5 02:13:15 2010 UTC
# Line 14  class apache { Line 14  class apache {
14    
15          file { "customization.conf":          file { "customization.conf":
16              ensure => present,              ensure => present,
17              path => "/etc/httpd/conf/customization.conf",              path => "/etc/httpd/conf.d/customization.conf",
18              content => template("apache/customization.conf"),              content => template("apache/customization.conf"),
19              require => Package["apache"],              require => Package["apache"],
20              notify => Service["apache"],              notify => Service["apache"],

Legend:
Removed from v.124  
changed lines
  Added in v.126

  ViewVC Help
Powered by ViewVC 1.1.30