]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - manifests/site.pp
fix syntax
[dsa-puppet.git] / manifests / site.pp
index 93749bfc1505f51c532bbe3966914e279cc9e2a0..76917a3f72c3440efcd2c287663971c9603bcf5f 100644 (file)
@@ -90,7 +90,7 @@ node default {
        }
 
        if $::apache2 {
-               if !$::hostname in [oyens] {
+               if !($::hostname in [oyens]) {
                        include apache2
                }
        }