File: objectstore.pp

package info (click to toggle)
puppet-module-puppetlabs-stdlib 8.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,880 kB
  • sloc: ruby: 14,188; sh: 46; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (2)
1
2
3
4
5
# @summary Validate an ObjectStore
type Stdlib::ObjectStore = Variant[
  Stdlib::ObjectStore::GSUri,
  Stdlib::ObjectStore::S3Uri,
]