Revision
126
Author
misc
Date
2010-11-05 03:13:15 +0100 (Fri, 05 Nov 2010)

Log Message

- oups, the path was wrong

Modified Paths

Modified: puppet/modules/apache/manifests/init.pp
===================================================================
--- puppet/modules/apache/manifests/init.pp	2010-11-05 01:09:41 UTC (rev 125)
+++ puppet/modules/apache/manifests/init.pp	2010-11-05 02:13:15 UTC (rev 126)
@@ -14,7 +14,7 @@
 
         file { "customization.conf":
             ensure => present,
-            path => "/etc/httpd/conf/customization.conf",
+            path => "/etc/httpd/conf.d/customization.conf",
             content => template("apache/customization.conf"),
             require => Package["apache"],
             notify => Service["apache"],