summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-07 02:12:12 +0200
committermh <mh@immerda.ch>2010-08-07 02:12:12 +0200
commitd50296539fc641b6387fcea712d950785c83cea3 (patch)
treea02cba7455e86e73d6e040f0b00e84767f87b29b /manifests/centos.pp
parentf534d097fb2ac5c49ce71f8a47d4de97efd22e28 (diff)
remove unnecessary fileserver variable (#2460)
Diffstat (limited to 'manifests/centos.pp')
-rw-r--r--manifests/centos.pp6
1 files changed, 3 insertions, 3 deletions
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;