2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-24 04:00:26 +00:00

Updated enableSSHbetweennodes documentation in Zone.pm

This commit is contained in:
besawn
2022-11-15 13:29:08 -05:00
parent 56a1403ad3
commit 621b4bb489

View File

@@ -270,12 +270,12 @@ sub getmyzonename
=head3 enableSSHbetweennodes
Arguments:
zonename
nodename
Returns:
1 if the sshbetweennodes attribute is yes/1 or undefined
0 if the sshbetweennodes attribute is no/0
Example:
xCAT::Zone->enableSSHbetweennodes($zonename);
xCAT::Zone->enableSSHbetweennodes($nodename);
=cut
#--------------------------------------------------------------------------------