summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-02 00:50:20 +0100
committermh <mh@immerda.ch>2009-11-02 00:50:20 +0100
commitb60fb489e4c58452ca0dee5eea13790f4d2c9522 (patch)
treedb61b4204cc8c11dfe058b9972592ef9d7996c00
parentae889343b2015087d43ca2536777637dfc5f8bca (diff)
downloadpuppet-lighttpd-b60fb489e4c58452ca0dee5eea13790f4d2c9522.tar.gz
puppet-lighttpd-b60fb489e4c58452ca0dee5eea13790f4d2c9522.tar.bz2
update file path to new 0.25 style
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
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;