learn, if it validates, it does not mean, it works
[mirror/dsa-puppet.git] / manifests / site.pp
index 93749bf..0dd85be 100644 (file)
@@ -90,7 +90,7 @@ node default {
        }
 
        if $::apache2 {
-               if !$::hostname in [oyens] {
+               if $::hostname in ![oyens] {
                        include apache2
                }
        }