]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Add bacula::storage to beethoven
authorTollef Fog Heen <tfheen@err.no>
Sat, 16 Jun 2012 10:22:46 +0000 (12:22 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sat, 16 Jun 2012 10:22:46 +0000 (12:22 +0200)
manifests/site.pp

index 6123122491d6661c7e8a7f66b40a7a283110f8fe..07bc8eab7957a7c960cb62410ea9216ccac336a5 100644 (file)
@@ -44,6 +44,10 @@ node default {
                include bacula::director
        }
 
+       if $::hostname == 'beethoven' {
+               include bacula::storage
+       }
+
        if $::kernel == Linux {
                include linux
                if $::kvmdomain {