Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Update ssh_keys.rb #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes/ssh_keys.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node['dokku']['ssh_keys'].each do |user, key|
# TODO make this into an LWRP
bash "sshcommand_acl-add_key" do
bash "sshcommand_acl-add_key: #{user} " do
cwd node['dokku']['root']
code <<-EOT
echo '#{key}' | sshcommand acl-add dokku #{user}
Expand Down