Skip to content

Commit

Permalink
Merge pull request #9 from trustification/fixPassword
Browse files Browse the repository at this point in the history
fix variable
  • Loading branch information
desmax74 authored Aug 30, 2024
2 parents 3fe8c31 + d031572 commit a15dd9f
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 a15dd9f

Please sign in to comment.