Fix ssh public key labels
[mirror/dsa-puppet.git] / modules / xinetd / templates / service.erb
index 8219f39..80e0c49 100644 (file)
@@ -5,7 +5,7 @@ service <%= scope.lookupvar('port') %>
 <%- end -%>
        id              = <%= scope.lookupvar('id') %>
 
-       socket_type     = <%= scope.lookupvar('stream') %>
+       socket_type     = <%= scope.lookupvar('socket_type') %>
        protocol        = <%= scope.lookupvar('protocol') %>
        flags           = <%= scope.lookupvar('flags') %>
        wait            = <%= scope.lookupvar('wait') %>