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:
01c3a79
)
exclude oyens from dsa apache module
author
Martin Zobel-Helas
<zobel@debian.org>
Wed, 1 Jul 2015 20:21:05 +0000
(20:21 +0000)
committer
Martin Zobel-Helas
<zobel@debian.org>
Wed, 1 Jul 2015 20:21:05 +0000
(20:21 +0000)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
bce16e6
..
93749bf
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-90,7
+90,9
@@
node default {
}
if $::apache2 {
- include apache2
+ if !$::hostname in [oyens] {
+ include apache2
+ }
}
if $::hostname in [geo1,geo2,geo3] {