This repository has been archived on 2025-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
salt-master/hardware/init.sls
2020-10-22 20:57:17 +02:00

13 lines
234 B
Plaintext

include:
- .common
{% if grains['hardware'] == 'RaspberryPi' %}
- .raspberrypi
{% endif %}
{% if grains['hardware'] == 'Pine64' %}
- .pine64
{% endif %}
{% if grains['hardware'] == 'Espressobin' %}
- .espressobin
{% endif %}