X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=07bc8eab7957a7c960cb62410ea9216ccac336a5;hb=9f94bb1ad8d6a1eb092e2847d46865fd7d59a38e;hp=1db00d81f6af53f8fed98284425522906b99c07e;hpb=2e3464fa1aa11ebb2586271246c8d586c56d44cc;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 1db00d81f..07bc8eab7 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -41,7 +41,11 @@ node default { } if $::hostname == 'dinis' { - include bacula-director + include bacula::director + } + + if $::hostname == 'beethoven' { + include bacula::storage } if $::kernel == Linux {