X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=c671af50842f97190fbffc705979506ecc428d76;hb=5b12b51119e520e46e41dcf55485c092876cd702;hp=988dd796f7c3ff0b0c439b711a5ec93dca205215;hpb=e19d06b00d9fecd4c1263bd487486ade0b6b6d90;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 988dd796f..c671af508 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -129,5 +129,8 @@ node default { include lldp } } -} + if $::hostname == 'pkgmirror-csail' { + include varnish + } +}