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.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=722f947d20b4b7261340652d8af6a74be0da7dfc Add bacula::storage to beethoven --- diff --git a/manifests/site.pp b/manifests/site.pp index 61231224..07bc8eab 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 {