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

Fix running apt update on Debian family #554

Merged
merged 1 commit into from
Feb 13, 2020

Conversation

Hexta
Copy link

@Hexta Hexta commented Dec 10, 2019

Fix os::family name for Debian.

Pull Request (PR) description

Fix running apt update on Debian family.
Replace 'debian' by 'Debian' in family check in accordance with Facter family name constants: https://github.com/puppetlabs/facter/blob/2aa2d1cd6487f73fb8e311cf027dcf30c2166e28/lib/inc/facter/facts/os_family.hpp

This Pull Request (PR) fixes the following issues

Fix os::family name for Debian.
@c33s c33s added the bug Something isn't working label Dec 10, 2019
@c33s
Copy link
Member

c33s commented Dec 10, 2019

@Hexta thank you very much for your pull request. just for the records do you had a problem with the lowercase code? @bastelfreak wrote with me that puppet is case insentive in most cases. does the apt part not executed for you?

@c33s
Copy link
Member

c33s commented Dec 10, 2019

@Hexta can you add a test to verify that the section is now correctly called if the os is Debian?

@Hexta
Copy link
Author

Hexta commented Dec 10, 2019

@Hexta thank you very much for your pull request. just for the records do you had a problem with the lowercase code? @bastelfreak wrote with me that puppet is case insentive in most cases. does the apt part not executed for you?

Sorry, the issue was actually fixed in #555

@ghoneycutt ghoneycutt merged commit bd2a571 into voxpupuli:master Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants