diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2025-10-21 12:50:59 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2025-10-21 12:50:59 -0300 |
| commit | 8ec4b98855466e1dd24bd79ec4f858823da285e7 (patch) | |
| tree | b3993dfb1b0e1161d399c9d46b17c200ea200230 | |
| parent | 80c7666d31908044d1804f660623131657653e98 (diff) | |
| download | puppet-git-master.tar.gz puppet-git-master.tar.bz2 | |
| -rw-r--r-- | manifests/cgit.pp | 4 |
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', ) { |
