[pve-devel] [PATCH v2 cluster 2/2] cluster: add priv/token.cfg to observed files

Fabian Grünbichler f.gruenbichler at proxmox.com
Thu Nov 21 15:43:18 CET 2019


to allow creation of reader/writer in pve-access-control

Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 data/PVE/Cluster.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
index e888ae8..1a5a634 100644
--- a/data/PVE/Cluster.pm
+++ b/data/PVE/Cluster.pm
@@ -65,6 +65,7 @@ my $observed = {
     'ceph.conf' => 1,
     'sdn.cfg' => 1,
     'sdn.cfg.new' => 1,
+    'priv/token.cfg' => 1,
 };
 
 sub base_dir {
-- 
2.20.1





More information about the pve-devel mailing list