Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Ubuntu doesn't use ia32-libs from 14.04 #49

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

cbalfour
Copy link

@cbalfour cbalfour commented Jul 26, 2016

Ubuntu from 14.04 doesn't use ia32-libs. Use libc6-i386, lib32stdc++6, lib32gcc1, lib32ncurses5, and lib32z1 instead.

Instead of listing each Ubuntu release by name apply this rule to releases >= 14.04.

@cbalfour
Copy link
Author

I had to jump through quite a few hoops to get the tests to pass my >= comparison and I am not sure I like the inline template and string to integer conversion I had to do.

Puppet documentation says that comparing an integer and a float automatically converts/truncates the float to an integer which works fine for my purpose but I guess relying on such side effects is not good practice and the current approach is more explicit.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant