From: Peter Palfrader Date: Sun, 31 Jan 2016 21:56:26 +0000 (+0100) Subject: rsync ssl service, more X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=da5fb9c9661295cc411b5838ee89698317409c61;p=mirror%2Fdsa-puppet.git rsync ssl service, more --- diff --git a/modules/roles/manifests/syncproxy.pp b/modules/roles/manifests/syncproxy.pp index 3bdadcd3b..5bf342779 100644 --- a/modules/roles/manifests/syncproxy.pp +++ b/modules/roles/manifests/syncproxy.pp @@ -69,7 +69,7 @@ class roles::syncproxy { server_args => "/etc/rsyncd-syncproxy-stunnel.conf", ferm => false, instances => 50, - require => File[/etc/rsyncd-syncproxy-stunnel.conf], + require => File["/etc/rsyncd-syncproxy-stunnel.conf"], } if $bind6 != '' { @@ -83,7 +83,7 @@ class roles::syncproxy { server_args => "/etc/rsyncd-syncproxy-stunnel.conf", ferm => false, instances => 50, - require => File[/etc/rsyncd-syncproxy-stunnel.conf], + require => File["/etc/rsyncd-syncproxy-stunnel.conf"], } }