-
Notifications
You must be signed in to change notification settings - Fork 193
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
(Modules-3970) Update puppet windows agent download url schema #178
(Modules-3970) Update puppet windows agent download url schema #178
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Looking at https://downloads.puppetlabs.com/windows/ that matches up with this change, so I'm 👍 on this.
Also, thanks for updating the specs! :) |
Waiting for CLA signature by @spacepants @spacepants - We require a Contributor License Agreement (CLA) for people who contribute to Puppet, but we have an easy click-through license with instructions, which is available at https://cla.puppet.com/ Note: if your contribution is trivial and you think it may be exempt from the CLA, please post a short reply to this comment with details. http://docs.puppet.com/community/trivial_patch_exemption.html |
CLA signed by all contributors. |
👍 on this PR Unrelated to this PR it seems oddly incongruent that we name our "latest" MSI as |
This should have a ticket in the MODULES project - so I created https://tickets.puppetlabs.com/browse/MODULES-3970 to track it. @spacepants would you mind updating your commit message title to have this ticket number in it, ie from "Update puppet windows agent download url schema" to "(MODULES-3970) Update puppet windows agent download url schema" ? |
3b20c22
to
b613c49
Compare
Sure thing. Updated both the commit message and the PR. |
👍 for merge |
Raised MODULES-3971 for adding an acceptance test for this at a later time. |
Thanks @spacepants for this PR! |
Hey there,
At some point the url schema for Windows agents in the repo was updated to
https://downloads.puppetlabs.com/windows/puppet-agent-${version}-${arch}.msi
, but the module is still looking for agent packages athttps://downloads.puppetlabs.com/windows/puppet-agent-${arch}-${version}.msi
This updates the filename to point to the correct url.
Please let me know if this needs anything else.
Thanks! ❤️