X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=83e8afd0faff37cbd7b2bb5d4a5467a5a4e5b047;hb=8761921fdf2e73d66bbf4438f2f1e33f30b544ef;hp=a3c219cc06f0bf5b8b0fbd64f68f381562409eea;hpb=4f25efdcfdc0dd891ec089c9acd6709a6823b24c;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index a3c219cc0..83e8afd0f 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -64,7 +64,7 @@ node default { } } - if $::hostname == 'backuphost' { + if $::hostname == 'storace' { include bacula::storage }