Procházet zdrojové kódy

remove sudo files for user

Remove sudo files for users, which still exists, but don't have enabled sudo.
pull/94/head
slimakcz před 7 roky
rodič
revize
f39cb118d1
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. +5
    -0
      linux/system/user.sls

+ 5
- 0
linux/system/user.sls Zobrazit soubor

@@ -50,6 +50,11 @@ system_user_home_{{ user.home }}:
- user: system_user_{{ name }}
- check_cmd: /usr/sbin/visudo -c -f

{%- else %}

/etc/sudoers.d/90-salt-user-{{ name|replace('.', '-') }}:
file.absent
{%- endif %}

{%- else %}

Načítá se…
Zrušit
Uložit