summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-01-08 23:08:38 +0000
committermh <mh@immerda.ch>2009-01-08 23:08:38 +0000
commit459ca27a3fa6435c84fdd6be0aed8cc5cad01210 (patch)
tree3af54d144fb0313cb23982c615f4684ab2f39fdc
parentb1a06a0b09d156b029327928d4c9a177e73c4714 (diff)
added gitweb class
-rw-r--r--manifests/gitweb.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/gitweb.pp b/manifests/gitweb.pp
new file mode 100644
index 0000000..2b95387
--- /dev/null
+++ b/manifests/gitweb.pp
@@ -0,0 +1,7 @@
+class git::gitweb {
+ include git
+ package{'gitweb':
+ ensure => present,
+ require => Package['git'],
+ }
+}