From 8cda647dbde6430fd0e7b844179f3d2b31b3490a Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 2 Nov 2009 00:56:24 +0100 Subject: recursivly updating file path to new 0.25 style --- manifests/centos.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/centos.pp') 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; -- cgit v1.2.3