Explorar el Código

Merge pull request #25 from johtso/patch-2

Fix incorrect sudo_rules example
tags/v0.45.0
Forrest hace 10 años
padre
commit
702649a51d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      pillar.example

+ 2
- 2
pillar.example Ver fichero

@@ -10,8 +10,8 @@ users:
home: /custom/buser
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