]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - manifests/site.pp
add lldp to ynic hosts
[dsa-puppet.git] / manifests / site.pp
index 29f9d5aa49d9e940aec00b60a6511da4ef68cccc..41d88df462434ab0159fc9b46632598d65d601d0 100644 (file)
@@ -110,15 +110,15 @@ node default {
                include debian-org::radvd
        }
 
-       if ($::postgres84 or $::postgres90) {
+       if ($::postgres) {
                include postgres
        }
 
-       if $::hostname in ['beethoven', 'berlioz', 'biber', 'diabelli', 'dinis', 'draghi', 'widor', 'wolkenstein'] {
-               @@bacula::node { $::fqdn: }
-       }
-
        if $::spamd {
                munin::check { 'spamassassin': }
        }
+
+       if $::hoster in [ynic] {
+               include lldp
+       }
 }