Added salt config file and updated README with how to apply the states
This commit is contained in:
@@ -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.
|
||||
|
||||
Apply states: `salt-call -c ./config --local state.apply`
|
||||
|
||||
## Available States
|
||||
|
||||
* `gaming` - installs software needed for running gaming benchmarks (e.g. Steam, MangoHUD)
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user