summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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':