From: Stephen Gran Date: Sun, 25 Jul 2010 19:23:41 +0000 (+0100) Subject: no longer need to double include ferm X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f74c44b823efda795972b5591e9d44d2d6bee4ee;p=dsa-puppet.git no longer need to double include ferm Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index 13b0ddfb..96ffbc21 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -77,11 +77,6 @@ node default { case extractnodeinfo($nodeinfo, 'buildd') { 'true': { include buildd - case $kernel { - Linux: { - include ferm - } - } } }