Comment out debugging info
authorPeter Palfrader <peter@palfrader.org>
Sun, 21 Feb 2010 14:14:53 +0000 (15:14 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 21 Feb 2010 14:14:53 +0000 (15:14 +0100)
modules/portforwarder/templates/authorized_keys.erb

index 0bfc8c1..c9b69d8 100644 (file)
@@ -2,9 +2,9 @@
 lines = []
 config = YAML.load(File.open('/etc/puppet/modules/portforwarder/misc/config.yaml').read)
 config.each_pair do |sourcehost, services|
-       lines << "# sourcehost is #{sourcehost}"
+       ##lines << "# sourcehost is #{sourcehost}"
        services.each do |service|
-               lines << "# targethost is #{service['target_host']}, my hostname #{hostname}, fqdn is #{fqdn}"
+               ##lines << "# targethost is #{service['target_host']}, my hostname #{hostname}, fqdn is #{fqdn}"
                next if service['target_host'] != fqdn
 
                sshkey = nil