unbound-formula/test/salt/pillar/gentoo.sls
Alexander Weidinger ab5d798c84 feat: convert template-formula to unbound-formula
BREAKING CHANGE: changed all state names and ids
2021-04-19 00:52:42 +02:00

11 lines
210 B
YAML

# -*- coding: utf-8 -*-
# vim: ft=yaml
---
portage:
sync_wait_one_day: true
unbound:
pkg:
name: 'app-shells/bash'
service:
name: "{{ 'systemd-journald' if grains.init == 'systemd' else 'mtab' }}"