Skip to content

Commit

Permalink
ping openssl in load balancer
Browse files Browse the repository at this point in the history
Signed-off-by: Yashvi Jain <[email protected]>
  • Loading branch information
Yashvi Jain committed Jan 2, 2025
1 parent 463e845 commit 7e9e770
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions components/automate-load-balancer/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,22 @@ pkg_upstream_url="https://www.chef.io/automate"
pkg_shasum=760729901acbaa517996e681ee6ea259032985e37c2768beef80df3a877deed9

pkg_deps=(
core/glibc
core/libedit
core/ncurses
core/zlib
core/bzip2
core/openssl/3.0.9
core/pcre2
chef/mlsa
core/bash
core/glibc/2.35/20240105171810
core/libedit/20210910-3.1/20240106023704
core/ncurses/6.2/20240105212325
core/zlib/1.3/20240105173710
core/bzip2/1.0.8/20240105212113
core/openssl/1.0.2zi/20240105224424
#core/pcre2
core/pcre/8.45/20240105213900
chef/mlsa/1.0.1/20240125084021
core/bash/5.1/20240105214248
)

pkg_build_deps=(
core/gcc
core/make
core/coreutils
core/gcc/9.5.0/20240105175314
core/make/4.3/20240105222044
core/coreutils/8.32/20240105213308
)
pkg_lib_dirs=(lib)
pkg_bin_dirs=(sbin)
Expand Down

0 comments on commit 7e9e770

Please sign in to comment.