Skip to content

Commit 863bea5

Browse files
committed
..
1 parent ec07266 commit 863bea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/gres.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AutoDetect=off
99
{% set autodetect_mechanisms = inventory_group_hosts | group_by_gres_autodetect %}
1010
{% for mechanism, _mechanism_hosts in autodetect_mechanisms.items() %}
1111
{% set mechanism_hosts = _mechanism_hosts | difference(donehosts) %}
12-
{% if mechanism != 'disabled' %}
12+
{% if mechanism != 'off' %}
1313
{% for hostlist in (mechanism_hosts | hostlist_expression) %}
1414
NodeName={{ hostlist }} AutoDetect={{ mechanism }}
1515
{% endfor %}

0 commit comments

Comments
 (0)