]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - manifests/site.pp
add varnish module
[dsa-puppet.git] / manifests / site.pp
index 46becc707a9ba88b902302c7450f810760fa149c..23d8668def058084bf809d4dc1870917d3b62626 100644 (file)
@@ -96,6 +96,10 @@ node default {
                include nfs-server
        }
 
+       if $::hostname == 'vieuxtemps' {
+               include varnish
+       }
+
        if $::brokenhosts {
                include hosts
        }
@@ -114,11 +118,13 @@ node default {
                include postgres
        }
 
-       if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, schumann, soler, widor, wolkenstein] {
-               @@bacula::node { $::fqdn: }
-       }
-
        if $::spamd {
                munin::check { 'spamassassin': }
        }
+
+        if $::hoster {
+               if $::hoster in [ynic] {
+                       include lldp
+               }
+       }
 }