Skip to content

Commit

Permalink
CA_TTL is always set, removing if clouse
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea committed Jan 9, 2025
1 parent 5ca2a72 commit f8c698e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions puppetserver/docker-entrypoint.d/90-ca.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ EOF
hocon -f webserver.conf set webserver.ssl-crl-path $ssl_crl_path
cd /

if [[ -z $CA_TTL ]]; then
puppet config set --section server ca_ttl "${CA_TTL}"
puppet config set --section server ca_ttl "${CA_TTL}"

# bootstrap certs for the puppetserver
if [[ ! -f "$ssl_cert" ]]; then
Expand Down

0 comments on commit f8c698e

Please sign in to comment.