aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/cgit.pp7
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 ? {