-
Notifications
You must be signed in to change notification settings - Fork 225
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
install module with ssh transport #3237
Comments
Does it work if you remove the |
Removing the protocol prefix Output when fetching module with ssh transport from a old bolt version:
Fix to try: |
!bug * **allow ssh transport protocol** ([puppetlabs#3237](puppetlabs#3237)) Fix regression introduced by commit [0a09069](puppetlabs@0a09069). Allow install module from git private repository with SSH transport URI (e.g ssh://git@mygitlabserver:12345/namespace/myprivatemod.git)
!bug * **Allow ssh transport protocol** ([puppetlabs#3237](puppetlabs#3237)) Fix regression introduced by commit [0a09069](puppetlabs@0a09069). Allow install module from git private repository with SSH transport URI (e.g ssh://git@mygitlabserver:12345/namespace/myprivatemod.git)
@donoghuc can this be closed with the PR on May 1st ? |
yes |
Describe the Bug
Since bolt 3.25.0, we can no longer install module from git private repository with SSH transport.
URIs starting with ssh:// are no longer accepted in the file bolt-project.yaml.
Returned error:
e.g bolt-project.yaml :
Expected Behavior
When running command
bolt module install
git repository is fetched with SSH transport.The text was updated successfully, but these errors were encountered: