Sur le module hapy-master il ne faut pas joindre l'hôte local au cluster
ref #16117
This commit is contained in:
parent
fd17859138
commit
4f32b29ef8
|
@ -431,8 +431,11 @@ function main()
|
||||||
#
|
#
|
||||||
# Creating Host
|
# Creating Host
|
||||||
#
|
#
|
||||||
|
if [[ $(CreoleGet eole_module non) != 'hapy-master' ]]
|
||||||
|
then
|
||||||
host=$(CreoleGet nom_machine)
|
host=$(CreoleGet nom_machine)
|
||||||
manage_host ${host}
|
manage_host ${host}
|
||||||
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
# Attaching Host to the Cluster
|
# Attaching Host to the Cluster
|
||||||
|
|
Loading…
Reference in New Issue