Skip to content

Commit

Permalink
Merge pull request #96 from tuxmea/fix_allow_list
Browse files Browse the repository at this point in the history
use correct name for certificate-allowlist
  • Loading branch information
bastelfreak authored Jan 21, 2025
2 parents 1bd5f33 + d3ad848 commit a9702e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions puppetdb/docker-entrypoint.d/30-certificate-allowlist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
if [ "$PUPPETDB_CERTIFICATE_ALLOWLIST" != "" ]; then
IFS=','
for cert in $PUPPETDB_CERTIFICATE_ALLOWLIST; do
echo $cert >> /etc/puppetlabs/puppetdb/conf.d/certificate_allowlist
echo $cert >> /etc/puppetlabs/puppetdb/conf.d/certificate-allowlist
done
else
touch /etc/puppetlabs/puppetdb/conf.d/certificate_allowlist
touch /etc/puppetlabs/puppetdb/conf.d/certificate-allowlist
fi

0 comments on commit a9702e4

Please sign in to comment.