From 94bc7b2e7b873e0dca62c27a62c348f0d3050808 Mon Sep 17 00:00:00 2001 From: unman Date: Fri, 2 Sep 2022 12:21:42 +0000 Subject: [PATCH] Salt - caching proxy - bind-dirs for /etc/anacrontab --- cacher/install.sls | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cacher/install.sls b/cacher/install.sls index 380efba..a4dd892 100644 --- a/cacher/install.sls +++ b/cacher/install.sls @@ -56,4 +56,8 @@ cp /lib/apt-cacher-ng/deb_mirrors.gz /etc/apt-cacher-ng/deb_mirrors.gz: - user: root - group: root +/usr/lib/qubes-bind-dirs.d/30_cron.conf: + file.append: + - text: "binds+=( ' /etc/anacrontab' )" + {% endif %}