fix(parameters): use correct config file for OEL

This commit is contained in:
Alexander Weidinger 2021-04-19 00:42:33 +02:00
parent 6718b2a861
commit c8b3cef609

View File

@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
values:
config: '/etc/unbound/unbound.conf'
config_dir: '/etc/unbound'
...