Explorar el Código

Fix incorrect sudo_rules example

lookup-fix-3
Johannes hace 10 años
padre
commit
768c8172db
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      pillar.example

+ 2
- 2
pillar.example Ver fichero

@@ -9,8 +9,8 @@ users:
fullname: B User
sudouser: True
sudo_rules:
- buser ALL=(root) /usr/bin/find
- buser ALL=(otheruser) /usr/bin/script.sh
- ALL=(root) /usr/bin/find
- ALL=(otheruser) /usr/bin/script.sh
shell: /bin/bash
prime_group:
name: primarygroup

Cargando…
Cancelar
Guardar