File: authencryptionkey.pp

package info (click to toggle)
puppet-module-heat 27.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,520 kB
  • sloc: ruby: 3,790; python: 33; sh: 10; makefile: 10
file content (5 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (2)
1
2
3
4
5
type Heat::AuthEncryptionKey = Variant[
  String[16,16],
  String[24,24],
  String[32,32]
]