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 Ubuntu #35

Merged
merged 1 commit into from
Nov 11, 2020
Merged

Fix Ubuntu #35

merged 1 commit into from
Nov 11, 2020

Conversation

ghoneycutt
Copy link
Member

Without this patch, hiera will never match against Ubuntu systems as the
major release contains the '.04'

Fixes #30

@ghoneycutt
Copy link
Member Author

https://github.com/camptocamp/facterdb/blob/master/facts/3.14/ubuntu-18.04-x86_64.facts#L325 shows that os.release.major contains the .04 which is why Ubuntu was not working.

Without this patch, hiera will never match against Ubuntu systems as the
major release contains the '.04'
operatingsystemrelease: '14.04',
os: {
family: 'Debian',
name: 'Ubuntu',
release: {
full: '14.04',
major: '14',
Copy link
Member Author

Choose a reason for hiding this comment

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

@ghoneycutt ghoneycutt merged commit a56e74f into voxpupuli:master Nov 11, 2020
@ghoneycutt ghoneycutt deleted the fix_ubuntu branch November 11, 2020 19:51
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.

Ubuntu family is "not supported"
2 participants