]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - manifests/site.pp
Add a file for etc/logrotate.d/samhain
[dsa-puppet.git] / manifests / site.pp
index bdbdb2823c16697298dd675d95c7577c995ae77a..66236f4b135da63c0f63615480047dfd301d5fd2 100644 (file)
@@ -37,7 +37,7 @@ node default {
        include unbound
        include bacula::client
 
-       if $::hostname in [pasquini,tristano,bertali,boito,byrd,clementi] {
+       if $::hostname in [pasquini,tristano,bertali,boito,byrd,clementi,czerny] {
                include ganeti2
        }
 
@@ -82,7 +82,7 @@ node default {
                include apache2
        }
 
-       if $::hostname in [ravel,senfl,orff,draghi,diamond] {
+       if $::hostname in [ravel,senfl,orff,draghi,diamond,rietz] {
                include named::authoritative
        } elsif $::hostname in [geo1,geo2,geo3] {
                include named::geodns
@@ -96,6 +96,10 @@ node default {
                include nfs-server
        }
 
+       if $::hostname == 'vieuxtemps' {
+               include varnish
+       }
+
        if $::brokenhosts {
                include hosts
        }