summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-05-05 01:20:42 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-06 18:31:16 +0200
commit2c26ed92a46a4cc6469cf2a603f1268ada0434fb (patch)
tree6bd2ff3e3abe0c6bc8acb4b04ce860a8e86ee6a6 /manifests
parentAdd update_policy. (diff)
downloaddns-2c26ed92a46a4cc6469cf2a603f1268ada0434fb.tar.gz
dns-2c26ed92a46a4cc6469cf2a603f1268ada0434fb.tar.xz
types
Diffstat (limited to 'manifests')
-rw-r--r--manifests/key.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/key.pp b/manifests/key.pp
index 866bc70..f5a1897 100644
--- a/manifests/key.pp
+++ b/manifests/key.pp
@@ -10,7 +10,7 @@
# Name of key
class dns::key (
String $algorithm,
- Option[String, Sensitive[String]] $secret,
+ Variant[String, Sensitive[String]] $secret,
String $keyname = $name,
) {
concat::fragment { "Dns::Key - ${keyname}":