X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=6a6948c8545f3755fddfc72cec34e88165f38364;hb=3ed8eaf00c4925a47a45dbe37133043e9b73929c;hp=80b4fb37d8348c4f3b6e130d038786eb58c218ac;hpb=1fa84320f036f00d4be2a25daa610be760ae5108;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 80b4fb37d..6a6948c85 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -7,5 +7,10 @@ node default { include samhain include debian-org include exim + + case $smartarraycontroller { + "true": { include debian-proliant } + default: {} + } }