mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update master-cluster.rst Example Config
The Master Config example's `file_roots` and `pillar_roots` properties need the `base` property followed by a list of the directory. Otherwise, the Salt master shows an error in the logs.
This commit is contained in:
parent
0007447eab
commit
e4aa82fbc6
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ Master Config:
|
|||
cluster_pki_dir: /my/gluster/share/pki
|
||||
cachedir: /my/gluster/share/cache
|
||||
file_roots:
|
||||
base:
|
||||
- /my/gluster/share/srv/salt
|
||||
pillar_roots:
|
||||
base:
|
||||
- /my/gluster/share/srv/pillar
|
||||
|
|
Loading…
Add table
Reference in a new issue