From: Peter Palfrader Date: Sun, 21 Feb 2010 14:17:25 +0000 (+0100) Subject: Update comment X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=765ca03e0a0d81d5f19ff16a4918be7d45b2acfb;p=mirror%2Fdsa-puppet.git Update comment --- diff --git a/modules/portforwarder/templates/xinetd.erb b/modules/portforwarder/templates/xinetd.erb index 4cb2554a8..6d4f1eaca 100644 --- a/modules/portforwarder/templates/xinetd.erb +++ b/modules/portforwarder/templates/xinetd.erb @@ -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