Include templates directory in release tarball

The unit test `unit.utils.test_extend.ExtendTestCase` needs to access
the files in the `templates` directory.

Therefore add the `templates` directory in the release tarball.

Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
This commit is contained in:
Benjamin Drung 2019-04-18 13:22:05 +02:00 committed by Benjamin Drung
parent ae40b7085a
commit e976c8ea0b

View File

@ -21,5 +21,6 @@ recursive-include conf *
recursive-include pkg * recursive-include pkg *
recursive-include salt *.jinja recursive-include salt *.jinja
recursive-include salt *.flo recursive-include salt *.flo
recursive-include templates *
include salt/templates/git/* include salt/templates/git/*
include salt/templates/lxc/* include salt/templates/lxc/*