Fixed salt and SFM config
This commit is contained in:
+2
-2
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user