Add bacula::storage to beethoven
[mirror/dsa-puppet.git] / manifests / site.pp
index 6123122..07bc8ea 100644 (file)
@@ -44,6 +44,10 @@ node default {
                include bacula::director
        }
 
+       if $::hostname == 'beethoven' {
+               include bacula::storage
+       }
+
        if $::kernel == Linux {
                include linux
                if $::kvmdomain {