]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - manifests/site.pp
Add guard around use of $::hoster, since it comes from our own facts
[dsa-puppet.git] / manifests / site.pp
index 10156252372129119ce4fc196e9a4b32c3bd16d4..bdbdb2823c16697298dd675d95c7577c995ae77a 100644 (file)
@@ -117,4 +117,10 @@ node default {
        if $::spamd {
                munin::check { 'spamassassin': }
        }
+
+        if $::hoster {
+               if $::hoster in [ynic] {
+                       include lldp
+               }
+       }
 }