summaryrefslogtreecommitdiff
path: root/manifests/filter_setup.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-01-15 12:13:32 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-01-15 12:27:55 +0100
commit7f17e3abfb0028127027db2d9424257a90d97384 (patch)
treec023e66a8b9447984b3c14750874bea6537215a1 /manifests/filter_setup.pp
parentMake project into pdk module. (diff)
downloadcgit-7f17e3abfb0028127027db2d9424257a90d97384.tar.gz
cgit-7f17e3abfb0028127027db2d9424257a90d97384.tar.xz
Document classes.
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,
) {