split service and port in xinetd::service
[mirror/dsa-puppet.git] / modules / rsync / manifests / site.pp
index c534b37..0c278fb 100644 (file)
@@ -57,7 +57,7 @@ define rsync::site (
                        bind        => $bind6,
                        id          => "${name}-rsync6",
                        server      => '/usr/bin/rsync',
-                       port        => 'rsync',
+                       service     => 'rsync',
                        server_args => "--daemon --config=${fname_real}",
                        ferm        => false,
                        instances   => $max_clients,