From 2fd87063c0f48b67cb53bba6d52d82a091be6a7b Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 14 Mar 2013 00:20:41 -0700 Subject: set hostname on `leap node init` --- lib/leap_cli/commands/node.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/leap_cli/commands') diff --git a/lib/leap_cli/commands/node.rb b/lib/leap_cli/commands/node.rb index 7b929e0..8ebb5e8 100644 --- a/lib/leap_cli/commands/node.rb +++ b/lib/leap_cli/commands/node.rb @@ -52,13 +52,14 @@ module LeapCli; module Commands node.command :init do |init| init.switch 'echo', :desc => 'If set, passwords are visible as you type them (default is hidden)', :negatable => false init.action do |global,options,args| - assert! args.any?, 'You must specify a node-filter' + assert! args.any?, 'You must specify a FILTER' finished = [] manager.filter!(args).each_node do |node| ping_node(node) save_public_host_key(node, global) update_compiled_ssh_configs ssh_connect(node, :bootstrap => true, :echo => options[:echo]) do |ssh| + ssh.set_hostname ssh.install_authorized_keys ssh.install_prerequisites end -- cgit v1.2.3