From 4610fb4e62681729e44a8d4247b1d8bafafbe9a2 Mon Sep 17 00:00:00 2001 From: Mircea Ulinic Date: Thu, 30 Nov 2017 12:48:17 +0000 Subject: [PATCH 1/2] thorium_roots not thorium_roots_dir --- doc/topics/thorium/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/topics/thorium/index.rst b/doc/topics/thorium/index.rst index 94d3ff58b1..1f3f69d9f1 100644 --- a/doc/topics/thorium/index.rst +++ b/doc/topics/thorium/index.rst @@ -57,7 +57,7 @@ Writing Thorium Formulas ======================== 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_dir`` setting in the ``master`` configuration file. +using the ``thorium_roots`` setting in the ``master`` configuration file. The Thorium top.sls File From f8d69dd0ba67fa62aa10f20e752f270c4a91742e Mon Sep 17 00:00:00 2001 From: Mircea Ulinic Date: Thu, 30 Nov 2017 12:50:29 +0000 Subject: [PATCH 2/2] Add thorium_roots configuration example --- doc/topics/thorium/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/topics/thorium/index.rst b/doc/topics/thorium/index.rst index 1f3f69d9f1..89c97bb64b 100644 --- a/doc/topics/thorium/index.rst +++ b/doc/topics/thorium/index.rst @@ -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 ------------------------