Puppet Data Type Alias: Stdlib::Unixpath

Defined in:
vendor_modules/stdlib/types/unixpath.pp

Summary

Validate a UNIX path

Overview

this regex rejects any path component that does not start with “/” or is NUL

Alias of

Pattern[/\A\/([^\n\/\0]+\/*)*\z/]


# File 'vendor_modules/stdlib/types/unixpath.pp', line 3