From 722f947d20b4b7261340652d8af6a74be0da7dfc Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 16 Jun 2012 12:22:46 +0200 Subject: [PATCH] Add bacula::storage to beethoven --- manifests/site.pp | 4 ++++ 1 file changed, 4 insertions(+) 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 { -- 2.39.2