fix: wrong source paths

This commit is contained in:
Ben Grande 2023-12-27 23:45:06 +01:00
parent cb01810cef
commit 76079d2c7e
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
"{{ slsdotpath }}-sshd-config":
file.managed:
- name: /etc/ssh/sshd_config.d/{{ slsdotpath }}.conf
- source: salt://{{ slsdotpath }}/files/server/ssh_config.d/{{ slsdotpath }}.conf
- source: salt://{{ slsdotpath }}/files/server/sshd_config.d/{{ slsdotpath }}.conf
- mode: '0755'
- user: root
- group: root

View File

@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
"{{ slsdotpath }}-rc.local":
file.managed:
- name: /rw/config/rc.local.d/50-sys-syncthing.rc
- source: salt://{{ slsdotpath }}/files/XXXXXXXXXXX/rc.local.d/50-sys-syncthing.rc
- source: salt://{{ slsdotpath }}/files/server/rc.local.d/50-sys-syncthing.rc
- mode: '0755'
- user: root
- group: root