Saltstack Official Salt Formula
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- # -*- 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
|