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

(Modules-3970) Update puppet windows agent download url schema #178

Merged
merged 1 commit into from
Oct 12, 2016

Conversation

spacepants
Copy link

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 at https://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! ❤️

Copy link
Contributor

@highb highb left a 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.

@highb
Copy link
Contributor

highb commented Oct 11, 2016

Also, thanks for updating the specs! :)

@puppetcla
Copy link

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

@puppetcla
Copy link

CLA signed by all contributors.

@MosesMendoza
Copy link

MosesMendoza commented Oct 12, 2016

👍 on this PR

Unrelated to this PR it seems oddly incongruent that we name our "latest" MSI as <name>-<arch>-latest.msi, where "latest" is a standin for version making this string the equivalent of <name>-<arch>-<version>.msi, but all of our other versioned MSIs are <name>-<version>-<arch>.msi. I would have expected the latest MSI to be named <name>-latest-<arch>.msi.

@MosesMendoza
Copy link

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" ?

@spacepants spacepants force-pushed the feature/windows-download-url branch from 3b20c22 to b613c49 Compare October 12, 2016 15:41
@spacepants spacepants changed the title Update puppet windows agent download url schema (Modules-3970) Update puppet windows agent download url schema Oct 12, 2016
@spacepants
Copy link
Author

Sure thing. Updated both the commit message and the PR.

@glennsarti
Copy link
Contributor

👍 for merge

@highb highb merged commit 828ed81 into puppetlabs:master Oct 12, 2016
@glennsarti
Copy link
Contributor

Raised MODULES-3971 for adding an acceptance test for this at a later time.

@MosesMendoza
Copy link

Thanks @spacepants for this PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants