From: mh Date: Sat, 14 Nov 2009 13:58:19 +0000 (+0100) Subject: update to 0.25.x style X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a43342b87a0199f52706033f5c2521c8de57f62c;p=puppet-lighttpd.git update to 0.25.x style --- diff --git a/manifests/base.pp b/manifests/base.pp index cfebc42..03c5071 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -11,8 +11,8 @@ class lighttpd::base { } file{'/etc/lighttpd/lighttpd.conf': - source => [ "puppet://$server/files/lighttpd/${fqdn}/lighttpd.conf", - "puppet://$server/files/lighttpd/lighttpd.conf", + source => [ "puppet://$server/modules/site-lighttpd/${fqdn}/lighttpd.conf", + "puppet://$server/modules/site-lighttpd/lighttpd.conf", "puppet://$server/modules/lighttpd/lighttpd.conf" ], require => Package['lighttpd'], notify => Service['lighttpd'],