17bd61e042
Change-Id: I55d79365ad9686ea9d59597894f6f337b8fedbf6
7 lines
128 B
Puppet
7 lines
128 B
Puppet
type Nova::SshKey = Struct[
|
|
{
|
|
key => String[1],
|
|
type => Enum['ssh-rsa', 'ssh-dsa', 'ssh-ecdsa', 'ssh-ed25519']
|
|
}
|
|
]
|