From 9e03ac65f6176029d3f81f2cd0d1b6811ba7e80e Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 9 Jan 2010 14:28:52 +0100 Subject: better naming --- manifests/web/repo/lighttpd.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3