typo
[mirror/dsa-puppet.git] / modules / xinetd / templates / service.erb
index 0d89e8f..981f5a2 100644 (file)
@@ -1,4 +1,4 @@
-service <%= scope.lookupvar('services') %>
+service <%= scope.lookupvar('service') %>
 {
 <%- if scope.lookupvar('bind') != '' -%>
        bind            = <%= scope.lookupvar('bind') %>