From b0fe0733a47cece577e8e34f8681b04a7ea2cb43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 12 Jun 2023 15:22:30 +0200 Subject: Puppetdb change fact source. --- manifests/puppetdb.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/puppetdb.pp b/manifests/puppetdb.pp index 7f6cc89..0136da6 100644 --- a/manifests/puppetdb.pp +++ b/manifests/puppetdb.pp @@ -8,7 +8,7 @@ class profiles::puppetdb { disable_ssl => false, # This sohuld in theory allow full access to the database, but it # doesn't seem to do that. See [AUTH] - certificate_whitelist => [ $::servername, ], + certificate_whitelist => [ $::facts['fqdn'], ], } # [AUTH] Innstead, in /etc/puppetlabs/puppetdb/conf.d/auth.conf -- cgit v1.2.3