Add guard around use of $::hoster, since it comes from our own facts
[mirror/dsa-puppet.git] / manifests / site.pp
index 41d88df..bdbdb28 100644 (file)
@@ -118,7 +118,9 @@ node default {
                munin::check { 'spamassassin': }
        }
 
-       if $::hoster in [ynic] {
-               include lldp
+        if $::hoster {
+               if $::hoster in [ynic] {
+                       include lldp
+               }
        }
 }