summaryrefslogtreecommitdiff
path: root/manifests/key.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-05-05 01:46:46 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-06 18:31:17 +0200
commit812c3f4d6162cf7af8f8cbedb6abb6d72bd537e9 (patch)
tree109619457ac9b9028eae7297c4f72deadad68c52 /manifests/key.pp
parenttmp disable creation. (diff)
downloaddns-812c3f4d6162cf7af8f8cbedb6abb6d72bd537e9.tar.gz
dns-812c3f4d6162cf7af8f8cbedb6abb6d72bd537e9.tar.xz
"Working" product.
Diffstat (limited to 'manifests/key.pp')
-rw-r--r--manifests/key.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/key.pp b/manifests/key.pp
index 2a762ae..01856a3 100644
--- a/manifests/key.pp
+++ b/manifests/key.pp
@@ -14,6 +14,7 @@ define dns::key (
String $keyname = $name,
) {
concat::fragment { "Dns::Key - ${keyname}":
+ target => $dns::config_file,
content => epp("${module_name}/key.epp", {
keyname => $keyname,
algorithm => $algorithm,