diff options
author | elijah <elijah@riseup.net> | 2012-11-06 17:47:49 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-06 17:47:49 -0800 |
commit | 68674e6d2d85ca42e0d56a63f3ea2441c7e7e992 (patch) | |
tree | fc22d4bd6c0cae210749fe8b59edb6b12ef7aed4 | |
parent | d788492c7dad51587c660b350f6982d040ad352c (diff) | |
download | leap_cli-68674e6d2d85ca42e0d56a63f3ea2441c7e7e992.tar.gz leap_cli-68674e6d2d85ca42e0d56a63f3ea2441c7e7e992.tar.bz2 |
minor path change
-rw-r--r-- | lib/leap_cli/path.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/path.rb b/lib/leap_cli/path.rb index 88288d0..6d68546 100644 --- a/lib/leap_cli/path.rb +++ b/lib/leap_cli/path.rb @@ -22,7 +22,7 @@ module LeapCli; module Path :user_ssh => 'users/#{arg}/#{arg}_ssh.pub', :user_pgp => 'users/#{arg}/#{arg}_pgp.pub', :hiera => 'hiera/#{arg}.yaml', - :node_ssh_pub_key => 'files/nodes/#{arg}/#{arg}_ssh_key.pub', + :node_ssh_pub_key => 'files/nodes/#{arg}/#{arg}_ssh.pub', :known_hosts => 'files/ssh/known_hosts', :authorized_keys => 'files/ssh/authorized_keys', :ca_key => 'files/ca/ca.key', |