summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-01-08 23:10:03 +0000
committermh <mh@immerda.ch>2009-01-08 23:10:03 +0000
commit698014f451130146aec861281747385cca5abf89 (patch)
treeedee7ae04df235e5fa29b9eb02d61ea51401bd5c
parent459ca27a3fa6435c84fdd6be0aed8cc5cad01210 (diff)
correct naming
-rw-r--r--manifests/web.pp (renamed from manifests/gitweb.pp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/gitweb.pp b/manifests/web.pp
index 2b95387..5ca5019 100644
--- a/manifests/gitweb.pp
+++ b/manifests/web.pp
@@ -1,4 +1,4 @@
-class git::gitweb {
+class git::web {
include git
package{'gitweb':
ensure => present,