소스 검색

Added users-formula to README.rst

tags/v0.45.0
Alexander Weidinger 7 년 전
부모
커밋
17cbdc44a6
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. +16
    -0
      README.rst

+ 16
- 0
README.rst 파일 보기

@@ -51,3 +51,19 @@ This depends on the vim-formula to be installed.
---------------

Permits the abitrary management of files. See pillar.example for configuration details.

Overriding default values
=========================

In order to separate actual user account definitions from configuration the pillar `users-formula` was introduced:

```yaml
users:
myuser:
# stuff

users-formula:
lookup:
root_group: toor
shell: '/bin/zsh'
```

Loading…
취소
저장