X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=23d8668def058084bf809d4dc1870917d3b62626;hb=4c5c4151615376e493908971c838fd4ed397b99a;hp=bdbdb2823c16697298dd675d95c7577c995ae77a;hpb=dbed5f999448fc9b345011cbf2b8b20a58467230;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index bdbdb282..23d8668d 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -96,6 +96,10 @@ node default { include nfs-server } + if $::hostname == 'vieuxtemps' { + include varnish + } + if $::brokenhosts { include hosts }