From bec7d2a9a95467da33125e4d8fa59ab2bda66c05 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 16 Apr 2012 08:02:06 +0100 Subject: [PATCH] more printf debug Signed-off-by: Stephen Gran --- modules/site/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) 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, -- 2.20.1