]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
minor path change
authorelijah <elijah@riseup.net>
Wed, 7 Nov 2012 01:47:49 +0000 (17:47 -0800)
committerelijah <elijah@riseup.net>
Wed, 7 Nov 2012 01:47:49 +0000 (17:47 -0800)
lib/leap_cli/path.rb

index 88288d0c1b16c7a676a00f2b7e9e2a0f5ca26f1a..6d68546835e5107542a0ae5ca29c8d9d6bcb034a 100644 (file)
@@ -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',