Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / objectstore.pp
1 type Stdlib::ObjectStore = Variant[
2   Stdlib::ObjectStore::GSUri,
3   Stdlib::ObjectStore::S3Uri,
4 ]