12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
# 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 |