Skip to content

Conversation

@gnif
Copy link
Contributor

@gnif gnif commented Oct 28, 2018

This fixes the usage of versions later then 3.12 as the incorrect apt repository was being specified.

gnif added 3 commits October 28, 2018 13:27
This fixes the usage of versions later then 3.12 as the incorrect apt repository was being specified.
3.12 has a major memory leak that has been corrected in 3.13, use it as the default instead.

Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1613512
default => false,
}
if versioncmp($release, '3.12') < 0 {
$repo_url = "http://download.gluster.org/pub/gluster/glusterfs/${release}/LATEST/Debian/${::lsbdistcodename}/apt/"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gnif Why did you changed the variable? It does only contain the version, but the spec tests are running against a specific release.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because the URL is incorrect. This doesn't break the specific release the spec tests are running against as it will still select the correct version.

@ekohl
Copy link
Member

ekohl commented Dec 29, 2018

This now needs a rebase, but you are correct that this is needed.

@dhoppe
Copy link
Member

dhoppe commented Jun 5, 2019

@gnif Could please do a rebase? This pull request is tested against old versions of Puppet. For example, we dropped support for Puppet 4 two months ago.

@dhoppe
Copy link
Member

dhoppe commented Jan 6, 2020

Thank you very much for your contribution, but I will close this pull request in favour of #203.

@dhoppe dhoppe closed this Jan 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants