nsd-formula/test/salt/pillar/gentoo.sls

11 lines
211 B
Plaintext
Raw Normal View History

2021-04-01 23:00:17 +02:00
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
portage:
sync_wait_one_day: true
TEMPLATE:
pkg:
name: 'app-shells/bash'
service:
name: "{{ 'systemd-journald' if grains.init == 'systemd' else 'mtab' }}"