newline
[mirror/dsa-puppet.git] / manifests / site.pp
index 93749bf..c3f57bb 100644 (file)
@@ -90,7 +90,7 @@ node default {
        }
 
        if $::apache2 {
-               if !$::hostname in [oyens] {
+               if !($::hostname in [oyens]) {
                        include apache2
                }
        }
@@ -137,3 +137,4 @@ node default {
                }
        }
 }
+