]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Actually install the bacula client on biber too
authorTollef Fog Heen <tfheen@err.no>
Sun, 24 Jun 2012 10:57:35 +0000 (12:57 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 24 Jun 2012 10:57:35 +0000 (12:57 +0200)
manifests/site.pp

index 931c6d0f074aa8314a766d96a3adc61021c7decc..a382663e76ced2230d4a80d25f572506f0fad569 100644 (file)
@@ -44,7 +44,7 @@ node default {
                include bacula::director
        }
 
                include bacula::director
        }
 
-       if $::hostname in [berlioz] {
+       if $::hostname in [berlioz, biber] {
                include bacula::client
        }
 
                include bacula::client
        }