Files
puppet-nova/types/sshkey.pp
Takashi Kajinami 6ae6ed1468 Validate keys for nova_public_key/nova_private_key
We use only the specific keys from these hash values. This updates
the type definition for these parameters to ensure users are not giving
unsupported keys.

Change-Id: Ie3e30b0bf807dbf113de47a76144ead5e4bceeb7
2023-10-17 07:15:39 +00:00

2 lines
67 B
ObjectPascal

type Nova::SshKey = Optional[Hash[Enum['key', 'type'], String[1]]]