X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=40d9d33532ee1c3437ef9339c6e448d2506d7ee3;hb=b08787903775051b0d46141666664a0c9b8a9305;hp=cadc12ed4d8d2693733f2ed5aca02f7be8590712;hpb=b98544412fd3916437b2250481b8a77c5edef40e;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index cadc12ed4..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 {