Create sls_filename_cant_contain_period.rst

This commit is contained in:
twellspring 2015-01-19 20:56:49 -08:00
parent cb2bfd6921
commit 59c67479ca

View file

@ -0,0 +1,9 @@
.. admonition:: Do not use dots in SLS file names
The initial implementation of :conf_master:`top.sls <state_top>` and
:ref:`include-declaration` followed the python import model where a slash
is represented as a period. This means that a SLS file with a period in
the name ( besides the suffix period) can not be referenced. For example,
webserver_1.0.sls is not referenceable because webserver_1.0 would refer
to the directory/file webserver_1/0.sls