From b60fb489e4c58452ca0dee5eea13790f4d2c9522 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 2 Nov 2009 00:50:20 +0100 Subject: update file path to new 0.25 style --- manifests/base.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3