Update stdlib
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / absolutepath.pp
diff --git a/3rdparty/modules/stdlib/types/absolutepath.pp b/3rdparty/modules/stdlib/types/absolutepath.pp
new file mode 100644 (file)
index 0000000..70ec916
--- /dev/null
@@ -0,0 +1,2 @@
+# A strict absolutepath type
+type Stdlib::Absolutepath = Variant[Stdlib::Windowspath, Stdlib::Unixpath]