From b2568ff809567781f19357f89c5f34bec043d325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 21 Jan 2023 11:42:10 +0100 Subject: Add some notice-calls to dhcpd. --- manifests/dhcpd.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/dhcpd.pp') 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': -- cgit v1.2.3