mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00

Make use of the new pre-salted images: * https://gitlab.com/saltstack-formulas/infrastructure/salt-image-builder/-/merge_requests/55
10 lines
211 B
YAML
10 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' }}"
|