瀏覽代碼

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…
取消
儲存