unbound-formula/test/salt/pillar/gentoo.sls
2021-04-19 00:52:40 +02:00

11 lines
211 B
YAML

# -*- 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' }}"