debian_org::apt: Retire some <= Debian8(jessie) codepaths
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / unixpath.pp
1 # this regex rejects any path component that does not start with "/" or is NUL
2 type Stdlib::Unixpath = Pattern[/^\/([^\/\0]+\/*)*$/]