Parent Directory | Revision Log | 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"], |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |