summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/web/repo/lighttpd.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/web/repo/lighttpd.pp b/manifests/web/repo/lighttpd.pp
index 4415e95..b6269b1 100644
--- a/manifests/web/repo/lighttpd.pp
+++ b/manifests/web/repo/lighttpd.pp
@@ -17,7 +17,7 @@ define git::web::repo::lighttpd(
ensure => $ensure,
}
}
- line{"add_include_of_gitwebrepo_${name}":
+ line{"include_of_gitwebrepo_${name}":
ensure => $ensure,
line => "include \"gitweb.d/${name}.conf\"",
file => "/etc/lighttpd/lighttpd-gitweb.conf",