diff options
author | mh <mh@immerda.ch> | 2009-11-14 14:58:19 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2009-11-14 14:58:19 +0100 |
commit | a43342b87a0199f52706033f5c2521c8de57f62c (patch) | |
tree | 95149845742c626a0ad92071ebc680c9589eca6f | |
parent | b60fb489e4c58452ca0dee5eea13790f4d2c9522 (diff) | |
download | puppet-lighttpd-a43342b87a0199f52706033f5c2521c8de57f62c.tar.gz puppet-lighttpd-a43342b87a0199f52706033f5c2521c8de57f62c.tar.bz2 |
update to 0.25.x style
-rw-r--r-- | manifests/base.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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'], |