summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-02 00:56:24 +0100
committermh <mh@immerda.ch>2009-11-02 00:56:24 +0100
commit8cda647dbde6430fd0e7b844179f3d2b31b3490a (patch)
treef3275b591386d22d5a723703d7a5c2a0fcaa7480 /manifests/centos.pp
parentbc242369d26e942bab2a22e7dca8fec080aa0784 (diff)
recursivly updating file path to new 0.25 style
Diffstat (limited to 'manifests/centos.pp')
-rw-r--r--manifests/centos.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/centos.pp b/manifests/centos.pp
index 64af2d2..4755af8 100644
--- a/manifests/centos.pp
+++ b/manifests/centos.pp
@@ -28,8 +28,8 @@ class apache::centos inherits apache::package {
file{'/etc/sysconfig/httpd':
source => [ "puppet://$server/files/apache/sysconfig/${fqdn}/httpd",
"puppet://$server/files/apache/sysconfig/httpd",
- "puppet://$server/apache/sysconfig/${operatingsystem}/httpd",
- "puppet://$server/apache/sysconfig/httpd" ],
+ "puppet://$server/modules/apache/sysconfig/${operatingsystem}/httpd",
+ "puppet://$server/modules/apache/sysconfig/httpd" ],
require => Package['apache'],
notify => Service['apache'],
owner => root, group => 0, mode => 0644;