Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / objectstore.pp
diff --git a/3rdparty/modules/stdlib/types/objectstore.pp b/3rdparty/modules/stdlib/types/objectstore.pp
new file mode 100644 (file)
index 0000000..a89fb6a
--- /dev/null
@@ -0,0 +1,4 @@
+type Stdlib::ObjectStore = Variant[
+  Stdlib::ObjectStore::GSUri,
+  Stdlib::ObjectStore::S3Uri,
+]