Skip to content

Commit

Permalink
Merge pull request #93 from stooj/fix-formula-arch-fixes
Browse files Browse the repository at this point in the history
fix(formula): update arch package names
  • Loading branch information
baby-gnu authored Apr 23, 2023
2 parents e7f31e1 + cc19cd3 commit a0ae21c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libvirt/parameters/os_family/Arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@
---
values:
daemon_config_path: /etc/conf.d
qemu_pkg: qemu-full
python3_pkg: libvirt-python
...
6 changes: 6 additions & 0 deletions libvirt/server/config/files.sls
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ libvirt-server-config-files-libvirtd-file-managed:
- watch_in:
- service: libvirt-server-service-running-service-running
libvirt-server-config-files-daemonconfig-dir-managed:
file.directory:
- name: {{ libvirt_settings.daemon_config_path }}
- mode: '0755'
libvirt-server-config-files-daemonconfig-file-managed:
file.managed:
- name: {{ libvirt_settings.daemon_config_path }}/{{ libvirt_settings.libvirt_service }}
Expand All @@ -39,5 +44,6 @@ libvirt-server-config-files-daemonconfig-file-managed:
}}
- require:
- pkg: libvirt-server-package-install-pkg-installed
- file: libvirt-server-config-files-daemonconfig-dir-managed
- watch_in:
- service: libvirt-server-service-running-service-running

0 comments on commit a0ae21c

Please sign in to comment.