summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-11 01:45:18 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-11 01:45:18 +0200
commit2bcfb59a7076c17d5d44ba9934d1cfb82941f413 (patch)
tree392ca2fcbaafe3c487c8a1d701d47e5ad109f446
parentFix variable name. (diff)
downloadcgit-2bcfb59a7076c17d5d44ba9934d1cfb82941f413.tar.gz
cgit-2bcfb59a7076c17d5d44ba9934d1cfb82941f413.tar.xz
Include setup code.
-rw-r--r--manifests/filter.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/filter.pp b/manifests/filter.pp
index 58e9871..feca06a 100644
--- a/manifests/filter.pp
+++ b/manifests/filter.pp
@@ -9,6 +9,8 @@ define cgit::filter (
}
) {
+ include ::cgit::filter_setup
+
$valid_filters = [
'about',
'auth',