aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/path.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-11-06 17:47:49 -0800
committerelijah <elijah@riseup.net>2012-11-06 17:47:49 -0800
commit68674e6d2d85ca42e0d56a63f3ea2441c7e7e992 (patch)
treefc22d4bd6c0cae210749fe8b59edb6b12ef7aed4 /lib/leap_cli/path.rb
parentd788492c7dad51587c660b350f6982d040ad352c (diff)
downloadleap_cli-68674e6d2d85ca42e0d56a63f3ea2441c7e7e992.tar.gz
leap_cli-68674e6d2d85ca42e0d56a63f3ea2441c7e7e992.tar.bz2
minor path change
Diffstat (limited to 'lib/leap_cli/path.rb')
-rw-r--r--lib/leap_cli/path.rb2
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',