2
0
salt-formula/test/salt/pillar/salt.sls
2020-10-12 09:43:24 +01:00

28 lines
490 B
YAML

# -*- coding: utf-8 -*-
# vim: ft=yaml
---
salt:
master:
fileserver_backend:
- rootfs
file_roots:
base:
- /srv/salt
pillar_roots:
base:
- /srv/pillar
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