mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-09-25 08:05:11 +02:00
fix: revert to using is mapping in Jinja2
* CVE-2021-25283 enables Jinja2 safe mode, which breaks use of `'dict' in x.__class__.__name__` workaround * Workaround no longer needed as CentOS 6 is EOL
This commit is contained in:
@@ -11,6 +11,13 @@ salt:
|
||||
pillar_roots:
|
||||
base:
|
||||
- /srv/pillar
|
||||
ext_pillar:
|
||||
- cmd_yaml: cat /etc/salt/yaml
|
||||
- stack:
|
||||
- /path/to/stack1.cfg
|
||||
- /path/to/stack2.cfg
|
||||
- reclass:
|
||||
inventory_base_uri: /etc/reclass
|
||||
minion:
|
||||
master: localhost
|
||||
fileserver_backend:
|
||||
|
||||
Reference in New Issue
Block a user