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

[URGENT] Fix two regressions in version 3.0.0 #12

Merged
merged 1 commit into from
Aug 26, 2020
Merged

[URGENT] Fix two regressions in version 3.0.0 #12

merged 1 commit into from
Aug 26, 2020

Conversation

fraenki
Copy link
Contributor

@fraenki fraenki commented May 18, 2020

Unfortunately, the changes in PR #11 introduced two regressions:

  1. The conditions in binarystore.xml.epp still used the old values and as a result $binary_provider_filesystem_dir was never used.

  2. The logic in config.pp was incorrectly migrated from the EPP template to the manifest in revision 4a07e9c, which resulted in unexpected binarystore configuration.

Besides fixing these two regressions I've added a few new tests to verify that the binarystore configuration contains the expected options. It should make it more difficult to break this again in the future. :)

If you accept this PR, then please create a new release on GitHub and on Puppet Forge, because loosing the binarystore configuration is a critical bug.

The changes in PR #11 introduced two regressions:

1. binarystore.xml.epp still used the old values, as a result
$binary_provider_filesystem_dir was never used.

2. The logic in config.pp was incorrectly migrated from the EPP template
to the manifest in revision 4a07e9c.
@fraenki
Copy link
Contributor Author

fraenki commented Aug 26, 2020

Hi @bryanjbelanger, it would be great if you could merge this and release a new version :)

@bryanjbelanger bryanjbelanger changed the base branch from master to pr11_fixes August 26, 2020 14:51
@bryanjbelanger bryanjbelanger merged commit 6108ad6 into fervidus:pr11_fixes Aug 26, 2020
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.

2 participants