mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
fix: wrong source paths
This commit is contained in:
parent
cb01810cef
commit
76079d2c7e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user