From 9a22fb94cb85f744dbb94c4056a2c3d983abd94b Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 7 Aug 2010 02:12:18 +0200 Subject: remove unnecessary fileserver variable (#2460) --- manifests/config/file.pp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'manifests/config/file.pp') diff --git a/manifests/config/file.pp b/manifests/config/file.pp index 6fa98c4..af6580f 100644 --- a/manifests/config/file.pp +++ b/manifests/config/file.pp @@ -14,17 +14,17 @@ define lighttpd::config::file( File["/etc/lighttpd/conf.d/${name}.conf"]{ source => $conf_source ? { 'absent' => [ - "puppet://$server/modules/site-lighttpd/conf.d/$fqdn/$name.conf", - "puppet://$server/modules/site-lighttpd/conf.d/$lighttpd_cluster_node/$name.conf", - "puppet://$server/modules/site-lighttpd/conf.d/$operatingsystem.$lsbdistcodename/$name.conf", - "puppet://$server/modules/site-lighttpd/conf.d/$operatingsystem/$name.conf", - "puppet://$server/modules/site-lighttpd/conf.d/$name.conf", - "puppet://$server/modules/lighttpd/conf.d/$name.conf", - "puppet://$server/modules/lighttpd/conf.d/$operatingsystem.$lsbdistcodename/$name.conf", - "puppet://$server/modules/lighttpd/conf.d/$operatingsystem/$name.conf", - "puppet://$server/modules/lighttpd/conf.d/$name.conf" + "puppet:///modules/site-lighttpd/conf.d/$fqdn/$name.conf", + "puppet:///modules/site-lighttpd/conf.d/$lighttpd_cluster_node/$name.conf", + "puppet:///modules/site-lighttpd/conf.d/$operatingsystem.$lsbdistcodename/$name.conf", + "puppet:///modules/site-lighttpd/conf.d/$operatingsystem/$name.conf", + "puppet:///modules/site-lighttpd/conf.d/$name.conf", + "puppet:///modules/lighttpd/conf.d/$name.conf", + "puppet:///modules/lighttpd/conf.d/$operatingsystem.$lsbdistcodename/$name.conf", + "puppet:///modules/lighttpd/conf.d/$operatingsystem/$name.conf", + "puppet:///modules/lighttpd/conf.d/$name.conf" ], - default => "puppet://$server/$conf_source", + default => "puppet:///$conf_source", } } } -- cgit v1.2.3