summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-01-09 01:15:39 +0000
committermh <mh@immerda.ch>2009-01-09 01:15:39 +0000
commit188744fa4b4737b1ad2754d99e7debe29cb06392 (patch)
treee553e6b71dcfce59bc094df0b16953db1c70fb55
parentc0725822733b5b5fbf53280fe5b5d727772f290b (diff)
fix import problem
-rw-r--r--manifests/web/lighttpd.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/web/lighttpd.pp b/manifests/web/lighttpd.pp
index 665b036..a98a7cc 100644
--- a/manifests/web/lighttpd.pp
+++ b/manifests/web/lighttpd.pp
@@ -1,6 +1,6 @@
class git::web::lighttpd {
include lighttpd
- import 'lighttpd/base.pp'
+ import './lighttpd/base.pp'
include lighttpd::base::git::web
file{'/etc/lighttpd/lighttpd-gitweb-defaults.conf':