summaryrefslogtreecommitdiff
path: root/manifests/filter_setup.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/filter_setup.pp')
-rw-r--r--manifests/filter_setup.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/filter_setup.pp b/manifests/filter_setup.pp
index 8f42537..e79f70b 100644
--- a/manifests/filter_setup.pp
+++ b/manifests/filter_setup.pp
@@ -1,3 +1,7 @@
+# @summary Basework for filters on system
+# @param filterpath
+# Where in the filesystem filters should be kept.
+# @api private
class cgit::filter_setup (
String $filterpath = $::cgit::filterpath,
) {