Merge branch 'master' of git+ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa...
[mirror/dsa-puppet.git] / manifests / site.pp
index 1db00d8..07bc8ea 100644 (file)
@@ -41,7 +41,11 @@ node default {
        }
 
        if $::hostname == 'dinis' {
-               include bacula-director
+               include bacula::director
+       }
+
+       if $::hostname == 'beethoven' {
+               include bacula::storage
        }
 
        if $::kernel == Linux {