one place missed
[mirror/dsa-puppet.git] / modules / rsync / manifests / site.pp
index 0c278fb..8b23255 100644 (file)
@@ -42,7 +42,7 @@ define rsync::site (
                bind        => $bind,
                id          => "${name}-rsync",
                server      => '/usr/bin/rsync',
-               port        => 'rsync',
+               service     => 'rsync',
                server_args => "--daemon --config=${fname_real}",
                ferm        => false,
                instances   => $max_clients,