Skip to content

Commit 45b01c6

Browse files
committed
ezbake: Introduce service-port variable
This enables ezbake to use the port in templates, e.g. rendering the systemd unit file. This is required to add a post start command to check if the tcp port is already reachable.
1 parent 9435a2b commit 45b01c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888

8989
:uberjar-name "puppet-server-release.jar"
9090
:lein-ezbake {:vars {:user "puppet"
91+
:service-port 8140
9192
:group "puppet"
9293
:numeric-uid-gid 52
9394
:build-type "foss"

0 commit comments

Comments
 (0)