From: Stephen Gran Date: Mon, 16 Apr 2012 07:33:45 +0000 (+0100) Subject: more printf debug X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=0134050ffdc3dcf9f371f123dea0c37f4dd28010;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 b9ebccc00..6ed7fc51d 100644 --- a/modules/site/manifests/init.pp +++ b/modules/site/manifests/init.pp @@ -5,6 +5,7 @@ class site { $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) ) + notice( sprintf('hiera resolver for %s is %s', $::fqdn, hiera('nameservers') ) ) service { 'procps': hasstatus => false,