Skip to content

Commit 370fbd6

Browse files
committed
Add node fix for Daemon Network
Signed-off-by: Christoph Keil [email protected]
1 parent 8c6c053 commit 370fbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{% for host in groups['scale_cluster_candidates'] | sort %}
2-
{{ hostvars[host].scale_daemon_nodename }}:nonquorum-client
2+
{{ hostvars[host].scale_daemon_nodename }}:{% if hostvars[host].scale_cluster_quorum | bool %}quorum{% else %}nonquorum{% endif %}-{% if hostvars[host].scale_cluster_manager | bool %}manager{% else %}client{% endif %}
33

44
{% endfor %}

0 commit comments

Comments
 (0)