From 8ec4b98855466e1dd24bd79ec4f858823da285e7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 21 Oct 2025 12:50:59 -0300 Subject: Fix: cgit: defaults for $source_filter and $about_filter --- manifests/cgit.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/cgit.pp') diff --git a/manifests/cgit.pp b/manifests/cgit.pp index f1d12e2..e48b3f4 100644 --- a/manifests/cgit.pp +++ b/manifests/cgit.pp @@ -16,8 +16,8 @@ class git::cgit( $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', + $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', ) { -- cgit v1.2.3