1a1b7cc080
Change-Id: Ida6b362c6e7ce21aad2789401e676eeb1542eb5e
9 lines
137 B
Puppet
9 lines
137 B
Puppet
type Openstacklib::Policies = Hash[
|
|
String[1], Struct[
|
|
{
|
|
key => Optional[String[1]],
|
|
value => String[1],
|
|
}
|
|
]
|
|
]
|