diff options
author | Nicolas Vigier <boklm@mageia.org> | 2012-09-04 16:23:02 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2012-09-04 16:23:02 +0000 |
commit | e19120b4b951e383bfa05a8a29bcffdf27452c95 (patch) | |
tree | ef01ca62b0b92568c950bbaa61e24d38164fe98a | |
parent | e4d251de71f56b3850031fbc8193d40a273ecd77 (diff) | |
download | puppet-e19120b4b951e383bfa05a8a29bcffdf27452c95.tar puppet-e19120b4b951e383bfa05a8a29bcffdf27452c95.tar.gz puppet-e19120b4b951e383bfa05a8a29bcffdf27452c95.tar.bz2 puppet-e19120b4b951e383bfa05a8a29bcffdf27452c95.tar.xz puppet-e19120b4b951e383bfa05a8a29bcffdf27452c95.zip |
fix variable name
-rw-r--r-- | modules/xinetd/templates/port_forward | 2 |
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 |