Skip to content
New issue

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

Issue with Salt Provisioner Bootstrap in Vagrant - HTTP 404 Error #13522

Closed
gstamatov-gl opened this issue Oct 30, 2024 · 2 comments
Closed

Issue with Salt Provisioner Bootstrap in Vagrant - HTTP 404 Error #13522

gstamatov-gl opened this issue Oct 30, 2024 · 2 comments

Comments

@gstamatov-gl
Copy link

I’m encountering an error when using the Salt provisioner in Vagrant. It appears that the bootstrap script fails with a 404 Not Found error, potentially due to a missing or outdated URL for downloading the Salt bootstrap script.

Configuration:

•	Vagrant Version: 2.4.1
•	Bootstrap Options Used: -F -c /tmp stable

Error Message:

Bootstrapping Salt... (this may take a while)
/opt/vagrant/embedded/lib/ruby/3.1.0/open-uri.rb:364:in `open_http': 404 Not Found (OpenURI::HTTPError)
from /opt/vagrant/embedded/lib/ruby/3.1.0/open-uri.rb:741:in `buffer_open'
from /opt/vagrant/embedded/lib/ruby/3.1.0/open-uri.rb:212:in `block in open_loop'
from /opt/vagrant/embedded/lib/ruby/3.1.0/open-uri.rb:210:in `catch'
from /opt/vagrant/embedded/lib/ruby/3.1.0/open-uri.rb:210:in `open_loop'
from /opt/vagrant/embedded/lib/ruby/3.1.0/open-uri.rb:151:in `open_uri'
from /opt/vagrant/embedded/lib/ruby/3.1.0/open-uri.rb:721:in `open'
from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/provisioners/salt/bootstrap_downloader.rb:57:in `download'
from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/provisioners/salt/bootstrap_downloader.rb:36:in `verify_sha256'
from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/provisioners/salt/bootstrap_downloader.rb:28:in `get_bootstrap_script'
@gstamatov-gl
Copy link
Author

This merge request fix the problem
https://github.com/hashicorp/vagrant/pull/13517/files

@ScriptAutomate
Copy link

Creating a backlink so it appears in the PR: #13517

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants