summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-01-09 14:28:52 +0100
committermh <mh@immerda.ch>2010-01-09 14:28:52 +0100
commit9e03ac65f6176029d3f81f2cd0d1b6811ba7e80e (patch)
treec6cdb59fefa3f073a45cfdeaecc49acd7255f01d
parent4b0fb47373819e378cca474829b2c5c10abdd54a (diff)
better naming
-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",