From: Stephen Gran Date: Sat, 2 Mar 2013 11:06:13 +0000 (+0000) Subject: a little printf debug X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b2c93b77262ef5c9dd89e9236ea12229c96c07bc;p=mirror%2Fdsa-puppet.git a little printf debug Signed-off-by: Stephen Gran --- 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 }