mirror of
https://github.com/ben-grande/qusal.git
synced 2025-02-25 09:11:18 -05: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":
|
"{{ 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…
x
Reference in New Issue
Block a user