mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add thorium_roots configuration example
This commit is contained in:
parent
4610fb4e62
commit
f8d69dd0ba
1 changed files with 8 additions and 0 deletions
|
@ -59,6 +59,14 @@ Like some other Salt subsystems, Thorium uses its own directory structure. The
|
|||
default location for this structure is ``/srv/thorium/``, but it can be changed
|
||||
using the ``thorium_roots`` setting in the ``master`` configuration file.
|
||||
|
||||
Example ``thorium_roots`` configuration:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
thorium_roots:
|
||||
base:
|
||||
- /etc/salt/thorium
|
||||
|
||||
|
||||
The Thorium top.sls File
|
||||
------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue