mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Change items in minionfs blacklist/whitelist example
These were copypasta'ed from gitfs' blacklist/whitelist example, but they aren't as apropos here because the blacklist/whitelist for minionfs is meant to refer to minion IDs, not branches/tags like in gitfs.
This commit is contained in:
parent
464c4305f9
commit
cc9d41fb0e
1 changed files with 6 additions and 6 deletions
|
@ -2198,9 +2198,9 @@ exposed.
|
|||
.. code-block:: yaml
|
||||
|
||||
minionfs_whitelist:
|
||||
- base
|
||||
- v1.*
|
||||
- 'mybranch\d+'
|
||||
- server01
|
||||
- dev*
|
||||
- 'mail\d+.mydomain.tld'
|
||||
|
||||
.. conf_master:: minionfs_blacklist
|
||||
|
||||
|
@ -2224,9 +2224,9 @@ exposed.
|
|||
.. code-block:: yaml
|
||||
|
||||
minionfs_blacklist:
|
||||
- base
|
||||
- v1.*
|
||||
- 'mybranch\d+'
|
||||
- server01
|
||||
- dev*
|
||||
- 'mail\d+.mydomain.tld'
|
||||
|
||||
|
||||
.. _pillar-configuration:
|
||||
|
|
Loading…
Add table
Reference in a new issue