projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
447a9b5
)
typo
author
Peter Palfrader
<peter@palfrader.org>
Sun, 31 Jan 2016 21:41:22 +0000
(22:41 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 31 Jan 2016 21:41:22 +0000
(22:41 +0100)
modules/xinetd/templates/service.erb
patch
|
blob
|
history
diff --git
a/modules/xinetd/templates/service.erb
b/modules/xinetd/templates/service.erb
index
0d89e8f
..
981f5a2
100644
(file)
--- a/
modules/xinetd/templates/service.erb
+++ b/
modules/xinetd/templates/service.erb
@@
-1,4
+1,4
@@
-service <%= scope.lookupvar('service
s
') %>
+service <%= scope.lookupvar('service') %>
{
<%- if scope.lookupvar('bind') != '' -%>
bind = <%= scope.lookupvar('bind') %>