a little printf debug
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index aaeacee..cc82cda 100644 (file)
@@ -13,6 +13,8 @@ class roles {
        #}
 
        if getfromhash($site::nodeinfo, 'buildd') {
+               $foo = getfromhash($site::nodeinfo, 'buildd')
+               notice("Buildd is ${foo}")
                include buildd
        }