From 50a8255df234fd05fdba54411536dea5896bb23e Mon Sep 17 00:00:00 2001 From: Vlastimil Holer Date: Thu, 4 Mar 2021 15:56:17 +0100 Subject: [PATCH] M #-: New onecfg managed configuration files (#916) --- src/onecfg/share/etc/files.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/onecfg/share/etc/files.yaml b/src/onecfg/share/etc/files.yaml index 176ebfb242..0e538fbaa0 100644 --- a/src/onecfg/share/etc/files.yaml +++ b/src/onecfg/share/etc/files.yaml @@ -236,6 +236,18 @@ group: oneadmin mode: '0640' +- name: /var/lib/one/remotes/etc/im/qemu-probes.d/pci.conf + class: Yaml + owner: oneadmin + group: oneadmin + mode: '0640' + +- name: /var/lib/one/remotes/etc/im/qemu-probes.d/probe_db.conf + class: Yaml + owner: oneadmin + group: oneadmin + mode: '0640' + - name: /var/lib/one/remotes/etc/im/lxd-probes.d/pci.conf class: Yaml owner: oneadmin