Skip to content

Commit

Permalink
fix: regain pci script not managed
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Dec 27, 2023
1 parent c6bbf09 commit 83f7584
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions salt/dom0/install-dev.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}

0 comments on commit 83f7584

Please sign in to comment.