소스 검색

Merge pull request #197 from chenmen/pillar.example

add example of groups init into pillar.example
tags/v0.45.0
Niels Abspoel 5 년 전
부모
커밋
bdf05fc5f6
No account linked to committer's email address
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…
취소
저장