Skip to content

Commit

Permalink
PMM-7 Fix removal of default vagrant user.
Browse files Browse the repository at this point in the history
  • Loading branch information
talhabinrizwan committed Feb 14, 2025
1 parent 867a9ee commit 8cef7be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ pmm2-ovf-el9-rc: fetch-el9
pmm2-ovf-el9-dev-latest: fetch-el9
sed -i 's|become_method: su|become_method: sudo|g' update/tasks/roles/postgres/tasks/main.yml && \
/usr/bin/packer build \
-var 'pmm_client_repos=pmm2-client experimental' \
-var 'pmm_client_repo_name=pmm2-client-experimental-x86_64' \
-var 'pmm2_server_repo=experimental' \
-var 'pmm_client_repos=pmm2-client release' \
-var 'pmm_client_repo_name=pmm2-client-release-x86_64' \
-var 'pmm2_server_repo=release' \
-only virtualbox-ovf -color=false packer/pmm2.el9.json \
| tee build.log

Expand Down

0 comments on commit 8cef7be

Please sign in to comment.