mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
document clouds dynamic directory
This commit is contained in:
parent
1930616d89
commit
c038727a80
3 changed files with 5 additions and 0 deletions
|
@ -283,6 +283,8 @@ Valid options:
|
|||
- utils
|
||||
- sdb
|
||||
- cache
|
||||
- clouds
|
||||
- tops
|
||||
|
||||
.. conf_master:: module_dirs
|
||||
|
||||
|
|
|
@ -1286,6 +1286,7 @@ whitelist an empty list.
|
|||
|
||||
Valid options:
|
||||
- beacons
|
||||
- clouds
|
||||
- sdb
|
||||
- modules
|
||||
- states
|
||||
|
|
|
@ -17,6 +17,7 @@ be used.
|
|||
The directories are prepended with an underscore:
|
||||
|
||||
- :file:`_beacons`
|
||||
- :file:`_clouds`
|
||||
- :file:`_engines`
|
||||
- :file:`_grains`
|
||||
- :file:`_modules`
|
||||
|
@ -25,6 +26,7 @@ The directories are prepended with an underscore:
|
|||
- :file:`_renderers`
|
||||
- :file:`_returners`
|
||||
- :file:`_states`
|
||||
- :file:`_tops`
|
||||
- :file:`_utils`
|
||||
|
||||
The contents of these directories need to be synced over to the minions after
|
||||
|
|
Loading…
Add table
Reference in a new issue