X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=blobdiff_plain;f=manifests%2Fsite.pp;h=6123122491d6661c7e8a7f66b40a7a283110f8fe;hp=be13ab72738fb57cbabc0e4af0dd705c848f04df;hb=8fc104f1c82d84fb71ed3f3b5e8ac7708dea6d86;hpb=14060b9077bf8934a0670e00bec6068f714e28e2 diff --git a/manifests/site.pp b/manifests/site.pp index be13ab72..61231224 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -40,6 +40,10 @@ node default { include ganeti2 } + if $::hostname == 'dinis' { + include bacula::director + } + if $::kernel == Linux { include linux if $::kvmdomain { @@ -52,6 +56,8 @@ node default { if $::mta == 'exim4' { if getfromhash($site::nodeinfo, 'heavy_exim') { include exim::mx + } else { + include exim } } elsif $::mta == 'postfix' { include postfix @@ -63,10 +69,6 @@ node default { include apache2 } - if $::rsyncd { - include rsyncd-log - } - if $::hostname in [ravel,senfl,orff,draghi,diamond] { include named::authoritative } elsif $::hostname in [geo1,geo2,geo3] {