a89fb3f4aa
* 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
35 lines
682 B
YAML
35 lines
682 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
salt:
|
|
master:
|
|
fileserver_backend:
|
|
- rootfs
|
|
file_roots:
|
|
base:
|
|
- /srv/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:
|
|
- rootfs
|
|
file_roots:
|
|
base:
|
|
- /srv/salt
|
|
pillar_roots:
|
|
base:
|
|
- /srv/pillar
|
|
|
|
# Gentoo-specific, improves performance for subsequent test runs within the same day
|
|
portage:
|
|
sync_wait_one_day: true
|