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