Drop using subchains here, since they give me a syntax error
[mirror/dsa-puppet.git] / manifests / site.pp
index cadc12e..40d9d33 100644 (file)
@@ -40,6 +40,18 @@ node default {
                include ganeti2
        }
 
+       if $::hostname == 'dinis' {
+               include bacula::director
+       }
+
+       if $::hostname in [berlioz] {
+               include bacula::client
+       }
+
+       if $::hostname == 'beethoven' {
+               include bacula::storage
+       }
+
        if $::kernel == Linux {
                include linux
                if $::kvmdomain {