plugin-caller: add _readdomainconf stub

it's used by the dns_hetzner (and dns_nsd) plugins.

reported in our community-forum (and tested there as well):
https://forum.proxmox.com/threads/.105879/

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2022-03-04 16:10:58 +01:00 committed by Thomas Lamprecht
parent 5d66271dcf
commit 0f730fda49

View File

@ -696,6 +696,11 @@ _readaccountconf_mutable() {
_readaccountconf "$1" _readaccountconf "$1"
} }
# key
_readdomainconf() {
echo "${!1}"
}
# no-ops: # no-ops:
_clearaccountconf() { _clearaccountconf() {
return 0 return 0