aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-10-21 12:50:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-10-21 12:50:59 -0300
commit8ec4b98855466e1dd24bd79ec4f858823da285e7 (patch)
treeb3993dfb1b0e1161d399c9d46b17c200ea200230
parent80c7666d31908044d1804f660623131657653e98 (diff)
downloadpuppet-git-master.tar.gz
puppet-git-master.tar.bz2
Fix: cgit: defaults for $source_filter and $about_filterHEADmaster
-rw-r--r--manifests/cgit.pp4
1 files changed, 2 insertions, 2 deletions
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',
) {