Explorar el Código

Add absent_groups pillar to remove groups.

lookup-fix-3
Diego Woitasen hace 10 años
padre
commit
0e76454a16
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      users/init.sls

+ 6
- 0
users/init.sls Ver fichero

@@ -151,3 +151,9 @@ sudoer-{{ name }}:
file.absent:
- name: /etc/sudoers.d/{{ user }}
{% endfor %}

{% for group in pillar.get('absent_groups', []) %}
{{ group }}:
group.absent
{% endfor %}


Cargando…
Cancelar
Guardar