Update comment
[mirror/dsa-puppet.git] / modules / portforwarder / templates / xinetd.erb
index 4cb2554..6d4f1ea 100644 (file)
@@ -26,7 +26,7 @@ if config[fqdn]
                target_host = service['target_host']
                local_bind = service['source_bind_port']
 
-               lines << "# from #{sourcehost} on local port #{service['source_bind_port']}"
+               lines << "# to #{target_port}:target_host from local port #{local_bind}"
                if target_port.nil? or target_host.nil? or local_bind.nil?
                        lines << "# insufficient config values"
                else