From eb38e6252b3c52a44d0d33679b3bc3178674c7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 5 May 2023 00:31:37 +0200 Subject: Everything --- types/keyentry.pp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 types/keyentry.pp (limited to 'types/keyentry.pp') diff --git a/types/keyentry.pp b/types/keyentry.pp new file mode 100644 index 0000000..2429758 --- /dev/null +++ b/types/keyentry.pp @@ -0,0 +1,4 @@ +type Dns::Keyentry = Struct[{ + algorithm => String, + secret => String, +}] -- cgit v1.2.3