From d50296539fc641b6387fcea712d950785c83cea3 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 7 Aug 2010 02:12:12 +0200 Subject: remove unnecessary fileserver variable (#2460) --- manifests/centos.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/centos.pp') diff --git a/manifests/centos.pp b/manifests/centos.pp index cb47adc..ec29ccb 100644 --- a/manifests/centos.pp +++ b/manifests/centos.pp @@ -30,9 +30,9 @@ class apache::centos inherits apache::package { file{'apache_service_config': path => '/etc/sysconfig/httpd', - source => [ "puppet://$server/modules/site-apache/service/CentOS/${fqdn}/httpd", - "puppet://$server/modules/site-apache/service/CentOS/httpd", - "puppet://$server/modules/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'], owner => root, group => 0, mode => 0644; -- cgit v1.2.3