From 8b4368f479c98cad816548f580b162551668f10f Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Mon, 26 Aug 2013 00:42:01 +0200 Subject: typo --- README.md | 1 + manifests/init.pp | 6 +++--- 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'], - ], - } + # ], + #} } -- cgit v1.2.3