Parcourir la source

Fix incorrect sudo_rules example

lookup-fix-3
Johannes il y a 10 ans
Parent
révision
768c8172db
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      pillar.example

+ 2
- 2
pillar.example Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer