From 41bb56f9a69001100c5a003f3a0abb03afd3bae2 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 14 Jan 2025 12:32:46 -0600 Subject: T7046: move reftree.cache to unique directory This will simplify updates of the reference_tree in case of supplemental contributions, say, addon packages. --- data/vyconfd.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') diff --git a/data/vyconfd.conf b/data/vyconfd.conf index e0b16d0..bcde860 100644 --- a/data/vyconfd.conf +++ b/data/vyconfd.conf @@ -5,10 +5,13 @@ name = "vyconfd-minimal" data_dir = "/usr/share/vyos/vyconf" program_dir = "/usr/libexec/vyos" config_dir = "/usr/libexec/vyos/vyconf/config" +reftree_dir = "/usr/libexec/vyos/vyconf/reftree" # paths relative to config_dir primary_config = "config.boot" fallback_config = "config.failsafe" + +# paths relative to reftree_dir reference_tree = "reftree.cache" [vyconf] -- cgit v1.2.3