Skip to content

Commit

Permalink
Merge pull request #137 from vrtdev/feature/puppet_masterport_setting
Browse files Browse the repository at this point in the history
Feature/puppet masterport setting
  • Loading branch information
rwaffen authored Oct 25, 2024
2 parents 8963e9e + 03a7656 commit 8c27f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions puppetserver/docker-entrypoint.d/55-set-masterport.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ if test -n "$PUPPETSERVER_PORT"; then
cd /etc/puppetlabs/puppetserver/conf.d/
hocon -f webserver.conf set webserver.ssl-port $PUPPETSERVER_PORT
cd /
puppet config set serverport $PUPPETSERVER_PORT --section main
fi

0 comments on commit 8c27f5f

Please sign in to comment.