From: Peter Palfrader Date: Sun, 21 Feb 2010 14:14:53 +0000 (+0100) Subject: Comment out debugging info X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=4e4e2cd6e062a647d2bd02e58050c6fabd03e978;p=mirror%2Fdsa-puppet.git Comment out debugging info --- diff --git a/modules/portforwarder/templates/authorized_keys.erb b/modules/portforwarder/templates/authorized_keys.erb index 0bfc8c1a9..c9b69d867 100644 --- a/modules/portforwarder/templates/authorized_keys.erb +++ b/modules/portforwarder/templates/authorized_keys.erb @@ -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