mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Moving includes file out of nested _incl
This commit is contained in:
parent
d1ae33a76d
commit
e7eecded11
3 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ the following syntax is used:
|
|||
in the SLS file. If you need to guarantee order of execution, consider using
|
||||
requisites.
|
||||
|
||||
.. include:: ../../_incl/_incl/sls_filename_cant_contain_period.rst
|
||||
.. include:: ../../_incl/sls_filename_cant_contain_period.rst
|
||||
|
||||
Relative Include
|
||||
================
|
||||
|
|
|
@ -171,7 +171,7 @@ this:
|
|||
So the httpd.conf is just a file in the apache directory, and is referenced
|
||||
directly.
|
||||
|
||||
.. include:: ../../_incl/_incl/sls_filename_cant_contain_period.rst
|
||||
.. include:: ../../_incl/sls_filename_cant_contain_period.rst
|
||||
|
||||
But when using more than one single SLS file, more components can be added to
|
||||
the toolkit. Consider this SSH example:
|
||||
|
|
Loading…
Add table
Reference in a new issue