Update stdlib
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / absolutepath.pp
1 # A strict absolutepath type
2 type Stdlib::Absolutepath = Variant[Stdlib::Windowspath, Stdlib::Unixpath]