From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH proxmox-acme 1/2] plugin-caller: add _readdomainconf stub
Date: Fri, 4 Mar 2022 16:10:58 +0100 [thread overview]
Message-ID: <20220304151059.3787765-2-s.ivanov@proxmox.com> (raw)
In-Reply-To: <20220304151059.3787765-1-s.ivanov@proxmox.com>
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>
---
src/proxmox-acme | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/proxmox-acme b/src/proxmox-acme
index a00d23a..637a405 100644
--- a/src/proxmox-acme
+++ b/src/proxmox-acme
@@ -696,6 +696,11 @@ _readaccountconf_mutable() {
_readaccountconf "$1"
}
+# key
+_readdomainconf() {
+ echo "${!1}"
+}
+
# no-ops:
_clearaccountconf() {
return 0
--
2.30.2
next prev parent reply other threads:[~2022-03-04 15:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-04 15:10 [pve-devel] [PATCH proxmox-acme 0/2] add missing readdomainconf and helper script Stoiko Ivanov
2022-03-04 15:10 ` Stoiko Ivanov [this message]
2022-03-04 15:10 ` [pve-devel] [PATCH proxmox-acme 2/2] add shellscript to find needed functions not provided by proxmox-acme Stoiko Ivanov
2022-04-26 8:49 ` [pve-devel] applied: [PATCH proxmox-acme 0/2] add missing readdomainconf and helper script Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220304151059.3787765-2-s.ivanov@proxmox.com \
--to=s.ivanov@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.