]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ferm/manifests/per-host.pp
more cleanup
[dsa-puppet.git] / modules / ferm / manifests / per-host.pp
index a5717e15d4b3dbf76f4d87142b0d0c8ec23a8a12..374da37228803e3c7bd8a658ebefd5b20e85552f 100644 (file)
@@ -244,7 +244,7 @@ class ferm::per-host {
         }
     }
 
-    if $::rsyncd {
+    if $::rsyncd == 'true' {
         include ferm::rsync
     }
 }