summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
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 721bb55..4181152 100644
--- a/manifests/centos.pp
+++ b/manifests/centos.pp
@@ -40,8 +40,8 @@ class apache::centos inherits apache::package {
}
file{'apache_service_config':
path => '/etc/sysconfig/httpd',
- source => [ "puppet:///modules/site-apache/service/CentOS/${fqdn}/httpd",
- "puppet:///modules/site-apache/service/CentOS/httpd",
+ source => [ "puppet:///modules/site_apache/service/CentOS/${fqdn}/httpd",
+ "puppet:///modules/site_apache/service/CentOS/httpd",
"puppet:///modules/apache/service/CentOS/httpd" ],
require => Package['apache'],
notify => Service['apache'],