mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-21 12:18:22 -04:00
A
This commit is contained in:
parent
d4687f6254
commit
453ef99617
7 changed files with 17 additions and 64 deletions
|
@ -25,8 +25,8 @@ elif command -v fdfind >/dev/null; then
|
|||
fi
|
||||
|
||||
case "${find_tool}" in
|
||||
fd|fdfind) files="minion.d/qusal.conf $(${find_tool} . qusal/ --max-depth=1 --type=f --extension=sls --extension=top)";;
|
||||
find) files="minion.d/qusal.conf $(find qusal/* -maxdepth 1 -type f \( -name '*.sls' -o -name '*.top' \))";;
|
||||
fd|fdfind) files="minion.d/qusal.conf $(${find_tool} . qusal/ --max-depth=2 --type=f --extension=sls --extension=top)";;
|
||||
find) files="minion.d/qusal.conf $(find qusal/* -maxdepth 2 -type f \( -name '*.sls' -o -name '*.top' \))";;
|
||||
esac
|
||||
|
||||
salt-lint ${conf} ${files}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue