summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-01-15 09:25:45 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-01-15 12:27:42 +0100
commit76ff3280d3b09865e39efbea032254b8c2a3a47d (patch)
tree157d8e9c740dbe5973660e4f928108abf19dc611 /types
parentCreate directories for public repos. (diff)
downloadcgit-76ff3280d3b09865e39efbea032254b8c2a3a47d.tar.gz
cgit-76ff3280d3b09865e39efbea032254b8c2a3a47d.tar.xz
Move filter name validation to puppet type.
Diffstat (limited to 'types')
-rw-r--r--types/filter_types.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/types/filter_types.pp b/types/filter_types.pp
new file mode 100644
index 0000000..8a5ef2d
--- /dev/null
+++ b/types/filter_types.pp
@@ -0,0 +1,8 @@
+type Cgit::Filter_types = Enum[
+ 'about',
+ 'auth',
+ 'commit',
+ 'email',
+ 'owner',
+ 'source',
+]