2023-11-13 09:33:28 -05:00
|
|
|
{#
|
2023-11-13 13:18:06 -05:00
|
|
|
SPDX-FileCopyrightText: 2022 unman <unman@thirdeyesecurity.org>
|
2024-01-31 08:42:17 -05:00
|
|
|
SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
2023-11-13 09:33:28 -05:00
|
|
|
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
#}
|
|
|
|
|
2024-01-31 08:42:17 -05:00
|
|
|
include:
|
|
|
|
- dotfiles.copy-xfce
|
|
|
|
|
2023-12-19 16:50:59 -05:00
|
|
|
"{{ slsdotpath }}-rc.local":
|
|
|
|
file.managed:
|
|
|
|
- name: /rw/config/rc.local.d/50-sys-syncthing.rc
|
2023-12-27 17:45:06 -05:00
|
|
|
- source: salt://{{ slsdotpath }}/files/server/rc.local.d/50-sys-syncthing.rc
|
2023-12-19 16:50:59 -05:00
|
|
|
- mode: '0755'
|
|
|
|
- user: root
|
|
|
|
- group: root
|
|
|
|
- makedirs: True
|