get rid of obvious changes
[mirror/dsa-puppet.git] / modules / ferm / manifests / per-host.pp
index 1532f9f..073b0a4 100644 (file)
@@ -238,7 +238,7 @@ REJECT reject-with icmp-admin-prohibited
                default: {}
        }
 
-       if $::rsyncd == true {
+       if $::rsyncd {
                include ferm::rsync
        }
 }