rsync ssl service, more
authorPeter Palfrader <peter@palfrader.org>
Sun, 31 Jan 2016 21:56:26 +0000 (22:56 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 31 Jan 2016 21:56:26 +0000 (22:56 +0100)
modules/roles/manifests/syncproxy.pp

index 3bdadcd..5bf3427 100644 (file)
@@ -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"],
                        }
                }