Spacing
[mirror/dsa-puppet.git] / modules / ferm / manifests / per-host.pp
index a5717e1..374da37 100644 (file)
@@ -244,7 +244,7 @@ class ferm::per-host {
         }
     }
 
-    if $::rsyncd {
+    if $::rsyncd == 'true' {
         include ferm::rsync
     }
 }