From c8b3cef609e8effb143b442d531a5f33b4bf25dd Mon Sep 17 00:00:00 2001 From: Alexander Weidinger Date: Mon, 19 Apr 2021 00:42:33 +0200 Subject: [PATCH] fix(parameters): use correct config file for OEL --- unbound/parameters/os/OEL.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 unbound/parameters/os/OEL.yaml diff --git a/unbound/parameters/os/OEL.yaml b/unbound/parameters/os/OEL.yaml new file mode 100644 index 0000000..a23bc6e --- /dev/null +++ b/unbound/parameters/os/OEL.yaml @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +# vim: ft=yaml +--- +values: + config: '/etc/unbound/unbound.conf' + config_dir: '/etc/unbound' +...