summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-01-21 11:42:10 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-01-21 11:42:10 +0100
commitb2568ff809567781f19357f89c5f34bec043d325 (patch)
tree2df0dfed7121716c895ebd5563f3ca74364d511a /manifests
parentNosol cascasde on uninstall. (diff)
downloadprofiles-b2568ff809567781f19357f89c5f34bec043d325.tar.gz
profiles-b2568ff809567781f19357f89c5f34bec043d325.tar.xz
Add some notice-calls to dhcpd.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/dhcpd.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/dhcpd.pp b/manifests/dhcpd.pp
index d496e91..e416b12 100644
--- a/manifests/dhcpd.pp
+++ b/manifests/dhcpd.pp
@@ -9,8 +9,10 @@ class profiles::dhcpd (
if defined('$dns::dnsdir') {
$updatekey = "${dns::dnsdir}/${keyname}.key"
+ notice "updatekey = ${updatekey}"
} else {
$updatekey = undef
+ notice 'dns::dnsdir not defined'
}
class { 'dhcp':