X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fper-host.pp;h=374da37228803e3c7bd8a658ebefd5b20e85552f;hb=6fca7a50094f0b830cb900eaa55dc749c9eef4e6;hp=a5717e15d4b3dbf76f4d87142b0d0c8ec23a8a12;hpb=6047b4170980bbcad7f4015c954a9d061b5c4324;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index a5717e15d..374da3722 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -244,7 +244,7 @@ class ferm::per-host { } } - if $::rsyncd { + if $::rsyncd == 'true' { include ferm::rsync } }