瀏覽代碼

Merge pull request #197 from chenmen/pillar.example

add example of groups init into pillar.example
tags/v0.45.0
Niels Abspoel 5 年之前
父節點
當前提交
bdf05fc5f6
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. +7
    -0
      pillar.example

+ 7
- 0
pillar.example 查看文件

@@ -3,6 +3,13 @@ users-formula:
lookup: # override the defauls in map.jinja
root_group: root

# group initialization
groups:
foo:
state: present
gid: 500
system: False

users:
## Minimal required pillar values
auser:

Loading…
取消
儲存