ソースを参照

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:

読み込み中…
キャンセル
保存