]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 0bfc8c1a94fd8fff4d709e7a28e1768ca400fb19..c9b69d867e1b65d5ec4b3b5642e90cc6ac84cbdc 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