summaryrefslogtreecommitdiff
path: root/README.md
blob: ea242ab87363543aa2673f41904580bc221adde2 (plain)
1
2
3
4
5
6
7
8
9
10
11
# see also https://github.com/adrienthebo/puppet-gitweb.git
# puppet-gitweb #

Installs and configures gitweb

    class { "gitweb::settings":
      site_alias => "gitweb.domain.tld",
      projectroot => "/var/lib/gitolite/repositories",
    }

# magic