paulbsd-salt/states/samba/config.sls
Paul Lecuq 954e8cf7bf
All checks were successful
continuous-integration/drone/push Build is passing
updated samba state
2022-11-08 12:09:09 +01:00

11 lines
271 B
Plaintext

---
{%- from "samba/map.jinja" import samba with context %}
samba-config:
ini.options_present:
- name: /etc/samba/smb.conf
- sections: {{ samba.config }}
- strict: True
- watch_in:
- service: samba-service-smbd
- service: samba-service-nmbd