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
2022-03-21 18:28:33 +01:00

13 lines
237 B
Plaintext

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