Explorar el Código

Merge pull request #20 from diegows/master

Add absent_groups pillar to remove groups.
tags/v0.45.0
Joseph Hall hace 10 años
padre
commit
16c2d53ea6
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