Was incorrectly referring to keyfile as a symbol

Reviewed-by: Jeff McCune

Signed-off-by: Dan Bode <d...@puppetlabs.com>
---
 lib/puppet/cloudpack.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/puppet/cloudpack.rb b/lib/puppet/cloudpack.rb
index 1d94f68..3fce683 100644
--- a/lib/puppet/cloudpack.rb
+++ b/lib/puppet/cloudpack.rb
@@ -516,7 +516,7 @@ module Puppet::CloudPack
         retries += 1
         if retries > 10
           Puppet.err "Could not connect via SSH.  The error is: #{e}"
-          Puppet.err "This may be a result of the SSH public key for key 
#{:keyfile} not being installed into the authorized_keys file of the remote 
login account."
+          Puppet.err "This may be a result of the SSH public key for key 
#{keyfile} not being installed into the authorized_keys file of the remote 
login account."
           raise Puppet::Error, "Check your authentication credentials and try 
again."
         end
         retry
-- 
1.7.5.4

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to puppet-dev@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to