summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2013-08-26 01:24:08 +0200
committerkwadronaut <kwadronaut@leap.se>2013-08-26 01:24:08 +0200
commit1c5a8589c7c5961013212dcac793f2c122febb96 (patch)
tree7f70870a6fe9ea3482c5bb2cfa8407f12f0bc371
parent57a01e167ec48ffeb2efa9f584f827fdc241fc47 (diff)
parent8b4368f479c98cad816548f580b162551668f10f (diff)
Merge branch 'master' of ssh://code.leap.se/puppet_gitweb
-rw-r--r--README.md1
-rw-r--r--manifests/init.pp6
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index d81a8ac..ea242ab 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+# see also https://github.com/adrienthebo/puppet-gitweb.git
# puppet-gitweb #
Installs and configures gitweb
diff --git a/manifests/init.pp b/manifests/init.pp
index 3fbeb53..0c8d3d3 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -10,7 +10,7 @@
# Sample Usage:
# include gitweb
class gitweb(
- $site_alias,
+ $site_alias = 'git.leap.se',
$documentroot = '/var/lib/gitolite/repositories/',
$project_root = '/var/lib/gitolite/repositories/',
$projects_list = '$project_root',
@@ -37,6 +37,6 @@ class gitweb(
# require => [
# Class['apache::mod::rewrite'],
# Class['apache::mod::suexec'],
- ],
- }
+ # ],
+ #}
}