From b9f856162ffdccf1802f809e415d04a935a7b320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 28 Feb 2022 14:28:53 +0100 Subject: puppetdb whitelist server. --- manifests/puppetdb.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/puppetdb.pp b/manifests/puppetdb.pp index 1bb51b9..a5054d4 100644 --- a/manifests/puppetdb.pp +++ b/manifests/puppetdb.pp @@ -4,8 +4,9 @@ class profiles::puppetdb { } class { 'puppetdb': - listen_address => '::', # Just accept insecure connections - disable_ssl => false, + listen_address => '::', # Just accept insecure connections + disable_ssl => false, + certificate_whitelist => [ $::servername, ], } # This is "requried", and is recommended to be included in this way -- cgit v1.2.3