From d68e2b095c7901043ef9fcb33e4374b9d1416984 Mon Sep 17 00:00:00 2001 From: timdeluxe <5765175+timdeluxe@users.noreply.github.com> Date: Tue, 4 Oct 2022 11:16:35 +0200 Subject: [PATCH] Adding option to not manage pubkey as well as workaround for issue #27 --- manifests/params.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/params.pp b/manifests/params.pp index 44e2e30..0e76f9b 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -18,6 +18,7 @@ $trustanchorfile = undef $senderheaders = undef $manage_private_keys = true + $manage_public_keys = true $alldomain = false $selector = undef $publickey = undef