Added salt config file and updated README with how to apply the states

This commit is contained in:
2026-08-06 18:20:17 -04:00
parent 662e6d30df
commit 1c83325133
2 changed files with 14 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ To install the formulas with SFM: `sfm`
The states in this collection are intended to be run via Salt SSH, or a Salt run locally. You *can* run them via a Salt minion/master setup, **but you should verify the minion is disabled before benchmarks are run** to make sure it doesn't impact benchmarks. The states in this collection are intended to be run via Salt SSH, or a Salt run locally. You *can* run them via a Salt minion/master setup, **but you should verify the minion is disabled before benchmarks are run** to make sure it doesn't impact benchmarks.
Apply states: `salt-call -c ./config --local state.apply`
## Available States ## Available States
* `gaming` - installs software needed for running gaming benchmarks (e.g. Steam, MangoHUD) * `gaming` - installs software needed for running gaming benchmarks (e.g. Steam, MangoHUD)
+12
View File
@@ -0,0 +1,12 @@
# config/minion
file_client: local
# Relative paths resolved from the directory where salt-call is executed
file_roots:
base:
- ./salt
- ./formulas/* # if vendorizing formulas
pillar_roots:
base:
- ./pillar