summaryrefslogtreecommitdiff
path: root/README.md
blob: 42f765d133eb609dd1dfdc594df1f2180c52e943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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!