diff options
Diffstat (limited to 'manifests/hosting.pp')
-rw-r--r-- | manifests/hosting.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/hosting.pp b/manifests/hosting.pp index cf47eee..126229f 100644 --- a/manifests/hosting.pp +++ b/manifests/hosting.pp @@ -17,6 +17,7 @@ class websites::hosting inherits websites::setup { if $git_daemon != false { class { 'git::gitweb': } + class { 'git::cgit': } } apache::site { "images": |