qusal/salt/sys-cacher/install-client.sls

21 lines
510 B
Plaintext
Raw Normal View History

2023-11-13 09:33:28 -05:00
{#
2024-01-29 10:49:54 -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
#}
"{{ slsdotpath }}-install-client-tool":
file.managed:
- name: /usr/bin/apt-cacher-ng-repo
- source: salt://{{ slsdotpath }}/files/client/bin/apt-cacher-ng-repo
- mode: "0755"
- group: root
- user: root
- makedirs: True
"{{ slsdotpath }}-install-client-https":
cmd.run:
- name: apt-cacher-ng-repo install
- stateful: True
- runas: root