X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=bec319b45644ae51dc6308f6f62f91a650867c36;hb=39b1f47c9704e1f143714bec6800a26a27911572;hp=0089f12084004084a1ef73ce7a8fa8b3de515d1e;hpb=1402f2d5fb51abbf4fe58a5b3085e3fc1a0b596e;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 0089f1208..bec319b45 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -34,6 +34,10 @@ node default { include nagios::client include resolv + if $::hostname in [pasquini,tristano] { + include ganeti2 + } + if $::hostname in [finzi,fano,fasch,field] { include kfreebsd }