fix: regain pci script not managed

This commit is contained in:
Ben Grande 2023-12-27 19:58:01 +01:00
parent e650deaa7d
commit 250c877723

View File

@ -23,4 +23,13 @@ SPDX-License-Identifier: AGPL-3.0-or-later
- man-db
- tree
"{{ slsdotpath }}-dev-pci-script":
file.managed:
- name: /usr/local/bin/qvm-pci-regain
- source: salt://{{ slsdotpath }}/files/bin/qvm-pci-regain
- mode: '0755'
- user: root
- group: root
- makedirs: True
{% endif -%}