From 2c26ed92a46a4cc6469cf2a603f1268ada0434fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 5 May 2023 01:20:42 +0200 Subject: types --- types/keyentry.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'types/keyentry.pp') diff --git a/types/keyentry.pp b/types/keyentry.pp index 2429758..f36e31f 100644 --- a/types/keyentry.pp +++ b/types/keyentry.pp @@ -1,4 +1,5 @@ type Dns::Keyentry = Struct[{ algorithm => String, - secret => String, + secret => Variant[String, Sensitive[String]], + keyname => Optional[String], }] -- cgit v1.2.3