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/raspberrypi/init.sls
2020-05-24 17:07:51 +02:00

13 lines
148 B
Plaintext

{%
set has_fan = salt['pillar.get'](
'hardware:raspberrypi:fan:has_fan',
default=False
)
%}
{%- if has_fan %}
include:
- .fan
{%- endif %}