From: Peter Palfrader Date: Tue, 1 Mar 2011 11:01:48 +0000 (+0100) Subject: Try to use getfromhash instead of extractnodeinfo X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=60d007fca513c4626f9a0e73b9bfb2b0134a472b;p=dsa-puppet.git Try to use getfromhash instead of extractnodeinfo --- diff --git a/manifests/site.pp b/manifests/site.pp index e0f2ef45..1bf2f0aa 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -91,7 +91,7 @@ node default { } - case extractnodeinfo($nodeinfo, 'buildd') { + case getfromhash($nodeinfo, 'buildd') { true: { include buildd }