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

Remove fastestmirror_enabled and report_instanceid parameters #103

Merged
merged 1 commit into from
Jun 17, 2018

Conversation

Zordrak
Copy link

@Zordrak Zordrak commented Jun 4, 2018

Pull Request (PR) description

Remove the Amazon Linux default repository parameters fastestmirror_enabled and report_instanceid.

While report_instanceid is functional, fastestmirror_enabled is not functional. Neither parameter is supported by the Puppet Yumrepo type.

Puppetlabs has been approached (in https://tickets.puppetlabs.com/browse/PUP-8730) to add support for these parameters, however a decision has been made not to do this and instead to modify the Yumrepo type in Puppet 6 to allow for arbitrary parameters (https://tickets.puppetlabs.com/browse/PUP-8904).

Until such time as this issue is addressed in Puppet it is not possible to define these parameters to maintain parity with upstream and therefore they should be removed from this module. Otherwise the Default OS Repo functionality for Amazon Linux in this module cannot work at all.

This Pull Request (PR) fixes the following issues

Fixes #100

…azon Linux repo defaults as they are unsupported by puppet
@juniorsysadmin juniorsysadmin added the bug Something isn't working label Jun 6, 2018
@bastelfreak
Copy link
Member

Thanks for the PR @Zordrak ! @juniorsysadmin I'm not sure if this is breaking change, if we consider the current code as broken.

@bastelfreak bastelfreak merged commit ca5689c into voxpupuli:master Jun 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backwards-incompatible bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Amazon Linux manage_os_default_repos does not compile due to unsupported parameters
3 participants