From: Tollef Fog Heen Date: Sat, 16 Jun 2012 10:22:46 +0000 (+0200) Subject: Add bacula::storage to beethoven X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=722f947d20b4b7261340652d8af6a74be0da7dfc;p=mirror%2Fdsa-puppet.git Add bacula::storage to beethoven --- diff --git a/manifests/site.pp b/manifests/site.pp index 612312249..07bc8eab7 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -44,6 +44,10 @@ node default { include bacula::director } + if $::hostname == 'beethoven' { + include bacula::storage + } + if $::kernel == Linux { include linux if $::kvmdomain {