Have blade.pm accept an argument to use correct username and pass, but without key check

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12807 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-18 20:01:01 +00:00
parent 6145f30b34
commit 6fa950c8e4

View File

@ -4011,6 +4011,9 @@ sub clicmds {
$currpass = "PASSW0RD";
$nokeycheck=1;
}
if ($args{nokeycheck}) {
$nokeycheck=1;
}
my $curraddr = $mpa;
if ($args{curraddr}) {
$curraddr = $args{curraddr};