Explorar el Código

use do to update dict

tags/v0.45.0
Maximilian Zettler hace 6 años
padre
commit
0e93ebccdb
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      users/polkit.sls

+ 1
- 2
users/polkit.sls Ver fichero

@@ -5,8 +5,7 @@
{% for name, user in pillar.get('users', {}).items() %}
{% if user.absent is not defined or not user.absent %}
{% if 'polkitadmin' in user and user['polkitadmin'] %}
{% if polkitusers.update({'value': polkitusers.value + 'unix-user:' + name + ';'}) %}
{% endif %}
{% do polkitusers.update({'value': polkitusers.value + 'unix-user:' + name + ';'}) %}
{% endif %}
{% endif %}
{% endfor %}

Cargando…
Cancelar
Guardar