diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-20 13:43:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-20 13:43:23 -0300 |
commit | c758ba2395c318f14a01f72daae3730463ead0fa (patch) | |
tree | 7343e3f3371aec92e5c2377051461a8f668d52f4 /manifests | |
parent | 733495ef4b54000a3adabe305ef649104ae7ca47 (diff) | |
download | puppet-websites-c758ba2395c318f14a01f72daae3730463ead0fa.tar.gz puppet-websites-c758ba2395c318f14a01f72daae3730463ead0fa.tar.bz2 |
Setup cgit on websites::hosting
Diffstat (limited to 'manifests')
-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": |