ec3bf7d0e53d5c1d59cefa9e328ff32ba0761456
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / unixpath.pp
1 # this regex rejects any path component that is a / or a NUL
2 type Stdlib::Unixpath = Pattern[/^\/([^\/\0]+\/*)+$/]