From: Stephen Gran Date: Mon, 16 Apr 2012 07:02:06 +0000 (+0100) Subject: more printf debug X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=bec7d2a9a95467da33125e4d8fa59ab2bda66c05;p=mirror%2Fdsa-puppet.git more printf debug Signed-off-by: Stephen Gran --- diff --git a/modules/site/manifests/init.pp b/modules/site/manifests/init.pp index 2c6dab53b..b9ebccc00 100644 --- a/modules/site/manifests/init.pp +++ b/modules/site/manifests/init.pp @@ -4,6 +4,7 @@ class site { $nodeinfo = nodeinfo($::fqdn, '/etc/puppet/modules/debian-org/misc/local.yaml') $allnodeinfo = allnodeinfo('sshRSAHostKey ipHostNumber', 'purpose mXRecord physicalHost purpose') notice( sprintf('hoster for %s is %s', $::fqdn, getfromhash($nodeinfo, 'hoster', 'name') ) ) + notice( sprintf('facter hoster for %s is %s', $::fqdn, $::hoster) ) service { 'procps': hasstatus => false,