From c758ba2395c318f14a01f72daae3730463ead0fa Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 20 Jun 2015 13:43:23 -0300 Subject: Setup cgit on websites::hosting --- manifests/hosting.pp | 1 + 1 file changed, 1 insertion(+) 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": -- cgit v1.2.3