Back up berlioz using bacula
[mirror/dsa-puppet.git] / manifests / site.pp
index 07bc8ea..40d9d33 100644 (file)
@@ -44,6 +44,10 @@ node default {
                include bacula::director
        }
 
+       if $::hostname in [berlioz] {
+               include bacula::client
+       }
+
        if $::hostname == 'beethoven' {
                include bacula::storage
        }