summaryrefslogtreecommitdiff
path: root/manifests/web.pp
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 /manifests/web.pp
parent459ca27a3fa6435c84fdd6be0aed8cc5cad01210 (diff)
correct naming
Diffstat (limited to 'manifests/web.pp')
-rw-r--r--manifests/web.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/web.pp b/manifests/web.pp
new file mode 100644
index 0000000..5ca5019
--- /dev/null
+++ b/manifests/web.pp
@@ -0,0 +1,7 @@
+class git::web {
+ include git
+ package{'gitweb':
+ ensure => present,
+ require => Package['git'],
+ }
+}