From: mh Date: Sun, 1 Nov 2009 23:50:20 +0000 (+0100) Subject: update file path to new 0.25 style X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b60fb489e4c58452ca0dee5eea13790f4d2c9522;p=puppet-lighttpd.git update file path to new 0.25 style --- diff --git a/manifests/base.pp b/manifests/base.pp index 60f9d29..cfebc42 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -13,7 +13,7 @@ class lighttpd::base { file{'/etc/lighttpd/lighttpd.conf': source => [ "puppet://$server/files/lighttpd/${fqdn}/lighttpd.conf", "puppet://$server/files/lighttpd/lighttpd.conf", - "puppet://$server/lighttpd/lighttpd.conf" ], + "puppet://$server/modules/lighttpd/lighttpd.conf" ], require => Package['lighttpd'], notify => Service['lighttpd'], owner => root, group => 0, mode => 0644;