diff options
author | elijah <elijah@riseup.net> | 2016-08-29 14:05:51 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-08-29 14:05:51 -0700 |
commit | 030ae6c324b1c8dde9a6eef3baa0b6c45c982110 (patch) | |
tree | 655959e5b90bdab98b207fda58a6935cca2d1606 /platform.rb | |
parent | b754dafbf3e887449233e335ffc38913f5fa3e2f (diff) |
command line interface cleanup: harmonize the signatures of different commands to be more logically consistent.
For now, all changes are backwards compatible.
DEPRECATED: `leap add-user`. Use `leap user add` instead.
Diffstat (limited to 'platform.rb')
-rw-r--r-- | platform.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform.rb b/platform.rb index 9f5e7bfd..5a286589 100644 --- a/platform.rb +++ b/platform.rb @@ -66,6 +66,7 @@ Leap::Platform.define do # output files :facts => 'facts.json', + :user_dir => 'users/#{arg}', :user_ssh => 'users/#{arg}/#{arg}_ssh.pub', :user_pgp => 'users/#{arg}/#{arg}_pgp.pub', :known_hosts => 'files/ssh/known_hosts', |