summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Thebo <adrien.thebo@gmail.com>2011-05-31 15:48:05 -0700
committerAdrien Thebo <adrien.thebo@gmail.com>2011-05-31 15:49:13 -0700
commit310948615959c1612da863935976f7d1106c96ec (patch)
tree7976be3bb58b095a6cbfd4e18e4bc6576df4a2d5
parent24267c75a335c166e76039feb4d410e0bc0a6847 (diff)
Added README.
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..42f765d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# puppet-gitweb #
+
+Installs and configures gitweb
+
+## Synopsis ##
+
+ # Override the defaults, optional
+ class { "gitweb::settings":
+ site_alias => "gitweb.example.com",
+ projectroot => "/home/git/repositories",
+ }
+
+ include gitweb # magic!