summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2013-08-24 00:59:23 +0200
committerkwadronaut <kwadronaut@leap.se>2013-08-24 00:59:23 +0200
commit017ec34f52e308e791b4c66a472513e9415c0521 (patch)
tree9ac68eca50461e3e00e6fe5758c84ed653873d8b /README.md
parente27803486119069356995a2e74ac6632fbff5fe8 (diff)
initial gitweb config
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index 42f765d..d81a8ac 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,9 @@
Installs and configures gitweb
-## Synopsis ##
-
- # Override the defaults, optional
class { "gitweb::settings":
- site_alias => "gitweb.example.com",
- projectroot => "/home/git/repositories",
+ site_alias => "gitweb.domain.tld",
+ projectroot => "/var/lib/gitolite/repositories",
}
- include gitweb # magic!
+# magic