diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-09-08 20:37:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-09-08 20:37:00 -0300 |
commit | 80c7666d31908044d1804f660623131657653e98 (patch) | |
tree | 97cc40d3542f3e293be25e4bf94b097515e3eda2 /manifests | |
parent | 2910ac3a5e25fa2e90fdd43283f0a56e8b23eaa4 (diff) | |
download | puppet-git-80c7666d31908044d1804f660623131657653e98.tar.gz puppet-git-80c7666d31908044d1804f660623131657653e98.tar.bz2 |
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/cgit.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/cgit.pp b/manifests/cgit.pp index 3efcc1e..f1d12e2 100644 --- a/manifests/cgit.pp +++ b/manifests/cgit.pp @@ -13,6 +13,13 @@ class git::cgit( $cache_size = '0', $cache_snapshot_ttl = '5', $cache_static_ttl = '-1', + $enable_git_clone = '1', + $enable_http_clone = '1', + $enable_index_links = '1', + $source_filter = '/usr/lib/cgit/filters/syntax_highlighting.py', + $about_filter = '/usr/lib/cgit/filters/about_formatting.sh', + $enable_git_config = '1', + $remove_suffix = '1', ) { package { 'cgit': ensure => $::lsbdistcodename ? { |