:description=>"The location of the location of the validation key (usually a file named validation.pem)"
defconfigure_chef
# We are just faking out the system so that you can do this without a key specified
Chef::Config[:node_name]='woot'
...
...
@@ -120,14 +136,17 @@ EOH
@new_client_name=config[:node_name]||ask_question("Please enter a clientname for the new client: ",:default=>Etc.getlogin)
@admin_client_name=config[:admin_client_name]||ask_question("Please enter the existing admin clientname: ",:default=>'chef-webui')
@admin_client_key=config[:admin_client_key]||ask_question("Please enter the location of the existing admin client's private key: ",:default=>'/etc/chef/webui.pem')