aboutsummaryrefslogtreecommitdiffstats
path: root/modules/xinetd
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-09-04 16:23:02 +0000
committerNicolas Vigier <boklm@mageia.org>2012-09-04 16:23:02 +0000
commite19120b4b951e383bfa05a8a29bcffdf27452c95 (patch)
treeef01ca62b0b92568c950bbaa61e24d38164fe98a /modules/xinetd
parente4d251de71f56b3850031fbc8193d40a273ecd77 (diff)
downloadpuppet-e19120b4b951e383bfa05a8a29bcffdf27452c95.tar
puppet-e19120b4b951e383bfa05a8a29bcffdf27452c95.tar.gz
puppet-e19120b4b951e383bfa05a8a29bcffdf27452c95.tar.bz2
puppet-e19120b4b951e383bfa05a8a29bcffdf27452c95.tar.xz
puppet-e19120b4b951e383bfa05a8a29bcffdf27452c95.zip
fix variable name
Diffstat (limited to 'modules/xinetd')
-rw-r--r--modules/xinetd/templates/port_forward2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/xinetd/templates/port_forward b/modules/xinetd/templates/port_forward
index 3fe7903b..16ba9a1c 100644
--- a/modules/xinetd/templates/port_forward
+++ b/modules/xinetd/templates/port_forward
@@ -2,7 +2,7 @@ service <%= name %>
{
disable = no
type = UNLISTED
-<%- if protocol == 'tcp' -%>
+<%- if proto == 'tcp' -%>
socket_type = stream
<%- else -%>
socket_type = dgram