summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-05-29 22:50:03 +0200
committermh <mh@immerda.ch>2012-05-29 22:50:03 +0200
commit4ff385d82bc0d300d501bf1fb41df8602c7c95a6 (patch)
treecbceba1a3489e1bcdb89bf99b7be045329b43e3f /manifests/centos.pp
parente8291a62cfddc87023a63d00f51f9309d1699595 (diff)
rename site modules
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'],