Skip to content

Commit

Permalink
fix variable
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 committed Aug 30, 2024
1 parent ab467bd commit d031572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm-testing/rhel9-vm/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Vagrant.configure("2") do |config|
#config.registration.username = '<your Red Hat username>'
#config.registration.password = '<your Red Hat password>'
config.registration.username = ENV['TPA_SINGLE_NODE_REGISTRY_USERNAME']
config.registration.password = ENV['TPA_SINGLE_NODE_REGISTRY_USERNAME']
config.registration.password = ENV['TPA_SINGLE_NODE_REGISTRY_PASSWORD']

config.vm.define "trustification" do |main_server|
main_server.vm.box = "generic-x64/rhel9"
Expand Down

0 comments on commit d031572

Please sign in to comment.