Skip to content

Commit

Permalink
Merge pull request rubber#225 from pushcx/master
Browse files Browse the repository at this point in the history
Bugfix for key_file auth failure
  • Loading branch information
nirvdrum committed Dec 9, 2012
2 parents 3adf542 + 5f7de4a commit 977e800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubber/recipes/rubber.rb
Expand Up @@ -63,7 +63,7 @@ def task(name, options={}, &block)
# NOTE: for some reason Capistrano requires you to have both the public and
# the private key in the same folder, the public key should have the
# extension ".pub".
ssh_options[:keys] = cloud.env.key_file
ssh_options[:keys] = [cloud.env.key_file].flatten
ssh_options[:timeout] = fetch(:ssh_timeout, 5)
end

Expand Down
2 changes: 2 additions & 0 deletions templates/graphite/templates.yml
@@ -1 +1,3 @@
description: The graphite graphing module
dependent_templates:
- collectd

0 comments on commit 977e800

Please sign in to comment.