summaryrefslogtreecommitdiff
path: root/types/keyentry.pp
blob: 242975803d4ec6cbf527b75024238cc4ae7fbed7 (plain)
1
2
3
4
type Dns::Keyentry = Struct[{
    algorithm => String,
    secret    => String,
}]