fix syntax
[mirror/dsa-puppet.git] / 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
                }
        }