]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
learn, if it validates, it does not mean, it works
authorMartin Zobel-Helas <zobel@debian.org>
Wed, 1 Jul 2015 20:23:06 +0000 (20:23 +0000)
committerMartin 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

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