Adding initial generic configs to systems

This commit is contained in:
2026-08-06 13:07:55 -04:00
parent 4ca24faf13
commit 662e6d30df
6 changed files with 165 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
docker run -v $(pwd):/src:ro --entrypoint=/bin/bash -it warpnetbv/salt-lint:v0.9.2 \
-c 'find /src -type f -name "*.sls" -print0 | xargs -0 --no-run-if-empty salt-lint'