diff --git a/salt/sys-ssh/install.sls b/salt/sys-ssh/install.sls index 9b66d49..97086e9 100644 --- a/salt/sys-ssh/install.sls +++ b/salt/sys-ssh/install.sls @@ -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 diff --git a/salt/sys-syncthing/configure.sls b/salt/sys-syncthing/configure.sls index cc7679c..60ff042 100644 --- a/salt/sys-syncthing/configure.sls +++ b/salt/sys-syncthing/configure.sls @@ -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