From 07368323abb73966930ba2ae620d190d6f699e85 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 2 Mar 2013 11:06:13 +0000 Subject: [PATCH] a little printf debug Signed-off-by: Stephen Gran --- modules/roles/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index aaeacee6a..cc82cda76 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -13,6 +13,8 @@ class roles { #} if getfromhash($site::nodeinfo, 'buildd') { + $foo = getfromhash($site::nodeinfo, 'buildd') + notice("Buildd is ${foo}") include buildd } -- 2.20.1