Fixed salt and SFM config

This commit is contained in:
2026-08-06 23:14:23 -04:00
parent 1c83325133
commit 81a87d6526
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ file_client: local
# Relative paths resolved from the directory where salt-call is executed # Relative paths resolved from the directory where salt-call is executed
file_roots: file_roots:
base: base:
- ./salt - ./states
- ./formulas/* # if vendorizing formulas - ./formulas/*
pillar_roots: pillar_roots:
base: base:
+1 -1
View File
@@ -4,7 +4,7 @@
formulas_url: https://github.com/saltstack-formulas/ formulas_url: https://github.com/saltstack-formulas/
# where to store the new formulas (relative to current directory) # where to store the new formulas (relative to current directory)
formulas_dir: /srv/salt/formulas formulas_dir: ./formulas
# remove unmanaged formulas # remove unmanaged formulas
purge_formulas: true purge_formulas: true