fix syntax
authorMartin Zobel-Helas <zobel@debian.org>
Wed, 1 Jul 2015 20:34:47 +0000 (20:34 +0000)
committerMartin Zobel-Helas <zobel@debian.org>
Wed, 1 Jul 2015 20:34:47 +0000 (20:34 +0000)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
manifests/site.pp

index 0dd85be..76917a3 100644 (file)
@@ -90,7 +90,7 @@ node default {
        }
 
        if $::apache2 {
-               if $::hostname in ![oyens] {
+               if !($::hostname in [oyens]) {
                        include apache2
                }
        }