summaryrefslogtreecommitdiff
path: root/types/keyentry.pp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--types/keyentry.pp4
1 files changed, 4 insertions, 0 deletions
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,
+}]