From 4ff385d82bc0d300d501bf1fb41df8602c7c95a6 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 29 May 2012 22:50:03 +0200 Subject: rename site modules --- 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 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'], -- cgit v1.2.3