From 4b175640244e531406f9d02c0ebfa943de5f0b27 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 24 Apr 2008 12:26:34 +0000 Subject: unified fileserver location, in the future the fileserver should only be accessed by $server --- manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 772c471..e5a795d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -70,11 +70,11 @@ class apache::centos inherits apache::base{ } file{"${config_dir}/conf.d/ZZZ_vhosts.conf": - source => "puppet://$servername/apache/centos/vhosts.conf", + source => "puppet://$server/apache/centos/vhosts.conf", owner => root, group => 0, mode => 0755; } file{"${config_dir}/conf.d/ssl.conf": - source => "puppet://$servername/apache/centos/ssl.conf", + source => "puppet://$server/apache/centos/ssl.conf", owner => root, group => 0, mode => 0755; } apache::vhost::file { '00_default_centos_vhost': } @@ -221,7 +221,7 @@ class apache::status { class apache::status::centos { file{"/etc/httpd/conf.d/status.conf": - source => "puppet://$servername/apache/centos/status.conf", + source => "puppet://$server/apache/centos/status.conf", owner => root, group => 0, mode => 644; } } -- cgit v1.2.3