summaryrefslogtreecommitdiff
path: root/types/unixpath.pp
diff options
context:
space:
mode:
Diffstat (limited to 'types/unixpath.pp')
-rw-r--r--types/unixpath.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/types/unixpath.pp b/types/unixpath.pp
new file mode 100644
index 0000000..76f2c17
--- /dev/null
+++ b/types/unixpath.pp
@@ -0,0 +1,2 @@
+# this regex rejects any path component that is a / or a NUL
+type Stdlib::Unixpath = Pattern[/^\/([^\/\0]+(\/)?)+$/]