X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=40d9d33532ee1c3437ef9339c6e448d2506d7ee3;hb=b08787903775051b0d46141666664a0c9b8a9305;hp=c3a3657c35f92c1a53c9cf77e3135f999a4163e9;hpb=a34cbcf6ea1c3a2b8a8b802655a3452824d457c6;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index c3a3657c3..40d9d3353 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -40,6 +40,18 @@ node default { include ganeti2 } + if $::hostname == 'dinis' { + include bacula::director + } + + if $::hostname in [berlioz] { + include bacula::client + } + + if $::hostname == 'beethoven' { + include bacula::storage + } + if $::kernel == Linux { include linux if $::kvmdomain { @@ -65,10 +77,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] {