updated headscale state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2025-03-09 13:28:40 +01:00
parent a09872268a
commit fe6d9ab425

View File

@ -12,7 +12,7 @@ headscale-configpath-dir:
headscale-config:
file.managed:
- name: {{ headscale.config_path }}/config.yaml
- source: salt://headscale/templates/config.yml.j2
- source: salt://headscale/templates/config.yaml.j2
- user: {{ headscale.user.uid }}
- group: {{ headscale.group.gid }}
- template: jinja
@ -22,7 +22,7 @@ headscale-config:
headscale-config-derp:
file.managed:
- name: {{ headscale.config_path }}/derp.yaml
- source: salt://headscale/templates/derp.yml.j2
- source: salt://headscale/templates/derp.yaml.j2
- user: {{ headscale.user.uid }}
- group: {{ headscale.group.gid }}
- template: jinja