X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=40d9d33532ee1c3437ef9339c6e448d2506d7ee3;hb=7c4cf0f31d25ecf9e0b5b139a3413f97097f9e52;hp=07bc8eab7957a7c960cb62410ea9216ccac336a5;hpb=0b542d43d901e68c421958d59642a67f5ebbbd53;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 07bc8eab..40d9d335 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -44,6 +44,10 @@ node default { include bacula::director } + if $::hostname in [berlioz] { + include bacula::client + } + if $::hostname == 'beethoven' { include bacula::storage }