We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This causes VMs to all be registered with the same default box hostname.
The text was updated successfully, but these errors were encountered:
Same problem for me.
Sorry, something went wrong.
Used this workaround
def vagrant_registration(name, config) if Vagrant.has_plugin?("vagrant-registration") # https://github.com/projectatomic/adb-vagrant-registration config.registration.username = ENV['VAGRANT_RHEL_SUBSCRIPTION_USERNAME'] config.registration.password = ENV['VAGRANT_RHEL_SUBSCRIPTION_PASSWORD'] config.registration.skip = param(p, :skip_subscription) config.registration.name = name # config.registration.unregister_on_halt = false end end # Set VM parameters node.vm.provider 'virtualbox' do |vb| puts node.vm.hostname vagrant_registration(node.vm.hostname, config)
No branches or pull requests
This causes VMs to all be registered with the same default box hostname.
The text was updated successfully, but these errors were encountered: