Moving includes file out of nested _incl

This commit is contained in:
ScriptAutomate 2021-02-22 15:20:18 -06:00 committed by Pedro Algarvio
parent d1ae33a76d
commit e7eecded11
3 changed files with 2 additions and 2 deletions

View file

@ -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
================

View file

@ -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: