salt-states/pod/unifi.sls
2023-06-27 09:16:37 +02:00

11 lines
204 B
Plaintext

{% from 'lib.sls' import pod_deploy with context %}
Create unifi data directory:
file.directory:
- name: /srv/unifi
- user: root
- group: root
- mode: "0750"
{{ pod_deploy('unifi') }}