X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=manifests%2Fsite.pp;h=bdbdb2823c16697298dd675d95c7577c995ae77a;hb=158cfd6270c8fc11318fed73b521b04c2da77f8a;hp=41d88df462434ab0159fc9b46632598d65d601d0;hpb=344f8c0d25aa99d14c8cbe9d958c127ded4525ef;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 41d88df46..bdbdb2823 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -118,7 +118,9 @@ node default { munin::check { 'spamassassin': } } - if $::hoster in [ynic] { - include lldp + if $::hoster { + if $::hoster in [ynic] { + include lldp + } } }