mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-07 13:42:29 -04:00
fix: wrong source paths
This commit is contained in:
parent
ad01d374af
commit
47f927f88a
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
"{{ slsdotpath }}-sshd-config":
|
"{{ slsdotpath }}-sshd-config":
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: /etc/ssh/sshd_config.d/{{ slsdotpath }}.conf
|
- 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'
|
- mode: '0755'
|
||||||
- user: root
|
- user: root
|
||||||
- group: root
|
- group: root
|
||||||
|
|
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
"{{ slsdotpath }}-rc.local":
|
"{{ slsdotpath }}-rc.local":
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: /rw/config/rc.local.d/50-sys-syncthing.rc
|
- 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'
|
- mode: '0755'
|
||||||
- user: root
|
- user: root
|
||||||
- group: root
|
- group: root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue