From: Tollef Fog Heen Date: Tue, 10 Jan 2017 20:17:54 +0000 (+0100) Subject: Include varnish for pkgmirror-csail X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=5b12b51119e520e46e41dcf55485c092876cd702 Include varnish for pkgmirror-csail --- 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 + } +}