puppet-swift/types/storageservertype.pp
Takashi Kajinami 0f7bdd733a replace validate_legacy
the validate_legacy function is marked for deprecation in
v9.0.0 from puppetlabs-stdlib.

Change-Id: I920294342c9c2c0567796f345cbfa9e39bb1f1d3
2023-09-19 13:33:00 +00:00

6 lines
79 B
ObjectPascal

type Swift::StorageServerType = Enum[
'account',
'container',
'object'
]