]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Back up berlioz using bacula
authorTollef Fog Heen <tfheen@err.no>
Sat, 16 Jun 2012 10:45:19 +0000 (12:45 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sat, 16 Jun 2012 10:45:36 +0000 (12:45 +0200)
manifests/site.pp

index 07bc8eab7957a7c960cb62410ea9216ccac336a5..40d9d33532ee1c3437ef9339c6e448d2506d7ee3 100644 (file)
@@ -44,6 +44,10 @@ node default {
                include bacula::director
        }
 
+       if $::hostname in [berlioz] {
+               include bacula::client
+       }
+
        if $::hostname == 'beethoven' {
                include bacula::storage
        }