瀏覽代碼

Merge pull request #25 from johtso/patch-2

Fix incorrect sudo_rules example
tags/v0.45.0
Forrest 10 年之前
父節點
當前提交
702649a51d
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      pillar.example

+ 2
- 2
pillar.example 查看文件

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

Loading…
取消
儲存