Skip to content

Commit

Permalink
Use puppetserver ca dir
Browse files Browse the repository at this point in the history
puppet/ssl uses symlinks to /opt/puppetserver...
  • Loading branch information
tuxmea committed Oct 16, 2024
1 parent 3404835 commit 523116f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppetserver/docker-entrypoint.d/90-ca.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ else
exit 99
fi

if [[ -f /etc/puppetlabs/puppet/ssl/certs/ca.pem ]]; then
if [[ -f /etc/puppetlabs/puppetserver/ca/ca_crt.pem ]]; then
echo "CA already imported."
else
puppetserver ca import \
Expand Down

0 comments on commit 523116f

Please sign in to comment.