Skip to content

Commit

Permalink
Adding knife ec backup and license audit from stable channel
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 6, 2025
1 parent 1c1505b commit 49d5bba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/automate-knife-ec-backup/habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# shellcheck disable=SC2148
UPSTREAM_PKG_IDENT="chef/knife-ec-backup/3.0.1"
UPSTREAM_PKG_IDENT="chef/knife-ec-backup/3.0.1/20240201071926"
pkg_name="automate-knife-ec-backup"
pkg_description="Wrapper package for chef/knife-ec-backup"
pkg_origin="chef"
Expand All @@ -13,7 +13,7 @@ pkg_svc_user=root
pkg_svc_group=root

pkg_deps=(
chef/mlsa
chef/mlsa/1.0.1/20240125084021
"${UPSTREAM_PKG_IDENT}"
)

Expand Down
2 changes: 1 addition & 1 deletion components/license-control-service/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pkg_license=('Chef-MLSA')
pkg_deps=(
chef/mlsa
chef/automate-platform-tools
chef/license-audit
chef/license-audit/1.0.36/20240729060411
)
pkg_svc_user=root
pkg_svc_group=root
Expand Down

0 comments on commit 49d5bba

Please sign in to comment.