summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-10 18:35:39 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-10 18:35:39 +0200
commitcd4491ef06cd618ded577b3123df4a5df9fd8801 (patch)
tree6cf56a781986b52de5abe4342626134169a02ab5
parentLint fixes. (diff)
downloaddns-cd4491ef06cd618ded577b3123df4a5df9fd8801.tar.gz
dns-cd4491ef06cd618ded577b3123df4a5df9fd8801.tar.xz
Actually set key when creating records...
-rw-r--r--manifests/zone.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/zone.pp b/manifests/zone.pp
index 2ab14a8..347b50b 100644
--- a/manifests/zone.pp
+++ b/manifests/zone.pp
@@ -158,6 +158,7 @@ define dns::zone (
value => $record['value'],
cls => $record['dns_class'],
ttl => $record['ttl'],
+ key => $record['key'],
}
}
} else {