From 43328e80a5508e3ee931a7b10a9ca0667081d232 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 24 Apr 2008 15:17:42 +0000 Subject: added default centos file and made sources more configurable --- manifests/init.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 40f6c1c..32b4610 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -75,7 +75,10 @@ class apache::centos inherits apache::base{ owner => root, group => 0, mode => 0755; } file{"${config_dir}/conf.d/ssl.conf": - source => "puppet://$server/apache/centos/ssl.conf", + source => [ "puppet://$server/files/apache/centos/${fqdn}/ssl.conf", + "puppet://$server/files/apache/centos/ssl.conf", + "puppet://$server/apache/centos/ssl.conf" + ], owner => root, group => 0, mode => 0755; } apache::vhost::file { '00_default_centos_vhost': } -- cgit v1.2.3