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:
991b6ec
)
learn, if it validates, it does not mean, it works
author
Martin Zobel-Helas
<zobel@debian.org>
Wed, 1 Jul 2015 20:23:06 +0000
(20:23 +0000)
committer
Martin Zobel-Helas
<zobel@debian.org>
Wed, 1 Jul 2015 20:23:06 +0000
(20:23 +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
93749bf
..
0dd85be
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-90,7
+90,7
@@
node default {
}
if $::apache2 {
- if
!$::hostname in
[oyens] {
+ if
$::hostname in !
[oyens] {
include apache2
}
}