summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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