From 87e735a30778a83e35894c07ff7d4bdaf8fe05e1 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Fri, 6 Nov 2009 22:22:22 +0000 Subject: [PATCH] Some debug output to make sure this works as I expect Signed-off-by: Stephen Gran --- manifests/site.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/site.pp b/manifests/site.pp index b8dabd44d..13d7f4618 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -16,6 +16,7 @@ Exec { node default { $nodeinfo = nodeinfo($fqdn, "/etc/puppet/modules/debian-org/misc/local.yaml") $hoster = whohosts($nodeinfo, "/etc/puppet/modules/debian-org/misc/hoster.yaml") + notice("hoster for ${fqdn} is ${hoster}") include munin-node include sudo -- 2.20.1