mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 09:10:20 +00:00
Include whole conf directory in release tarball
The unit tests in `unit.test_config.SampleConfTest` require the directories `conf/cloud.profiles.d`, `conf/cloud.providers.d`, and `conf/cloud.maps.d` to be present and to contain the relevant files. Therefore add the whole `conf` directory in the release tarball. Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
This commit is contained in:
parent
1654dc3922
commit
ae40b7085a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ include tests/integration/files/*
|
|||
include tests/unit/templates/files/*
|
||||
recursive-include doc *
|
||||
recursive-include scripts *
|
||||
include conf/*
|
||||
recursive-include conf *
|
||||
recursive-include pkg *
|
||||
recursive-include salt *.jinja
|
||||
recursive-include salt *.flo
|
||||
|
|
Loading…
Add table
Reference in a new issue