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/fan/init.sls
2020-05-24 15:16:54 +02:00

12 lines
205 B
Plaintext

file-fan-control:
file:
- managed
- name: /usr/local/bin/fan_ctrl.py
- source: salt://states/hardware/raspberrypi/fan/files/fan_ctrl.py
- user: root
- group: root
- mode: 0755