From: Stephen Gran Date: Mon, 21 May 2012 06:50:07 +0000 (+0100) Subject: hmm, this too X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=7f9f72422343a15de368869b24314c0bfc69dc59;p=dsa-puppet.git hmm, this too Signed-off-by: Stephen Gran --- diff --git a/modules/rsync/manifests/site.pp b/modules/rsync/manifests/site.pp index 489f1574..bb2ee144 100644 --- a/modules/rsync/manifests/site.pp +++ b/modules/rsync/manifests/site.pp @@ -42,7 +42,7 @@ define rsync::site ( id => "${name}-rsync", server => '/usr/bin/rsync', port => 'rsync', - server_args => $fname_real, + server_args => "--daemon --config=${fname_real}", ferm => false, instances => $max_clients, require => File[$fname_real]