projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e19d06b
)
Include varnish for pkgmirror-csail
author
Tollef Fog Heen
<tfheen@err.no>
Tue, 10 Jan 2017 20:17:54 +0000
(21:17 +0100)
committer
Tollef Fog Heen
<tfheen@err.no>
Tue, 10 Jan 2017 20:17:54 +0000
(21:17 +0100)
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
988dd79
..
c671af5
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-129,5
+129,8
@@
node default {
include lldp
}
}
-}
+ if $::hostname == 'pkgmirror-csail' {
+ include varnish
+ }
+}