Include varnish for pkgmirror-csail
authorTollef Fog Heen <tfheen@err.no>
Tue, 10 Jan 2017 20:17:54 +0000 (21:17 +0100)
committerTollef Fog Heen <tfheen@err.no>
Tue, 10 Jan 2017 20:17:54 +0000 (21:17 +0100)
manifests/site.pp

index 988dd79..c671af5 100644 (file)
@@ -129,5 +129,8 @@ node default {
                        include lldp
                }
        }
-}
 
+       if $::hostname == 'pkgmirror-csail' {
+               include varnish
+       }
+}