127c5d779b
* Semi-automated using https://github.com/myii/ssf-formula/pull/269
28 lines
490 B
YAML
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
|