summaryrefslogtreecommitdiff
path: root/manifests/key.pp
diff options
context:
space:
mode:
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 b36bf35..d66026e 100644
--- a/manifests/key.pp
+++ b/manifests/key.pp
@@ -25,5 +25,6 @@ define dns::key (
algorithm => $algorithm,
secret => $secret,
}),
+ notify => Service[$dns::servicename],
}
}