We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if $::osfamily == 'RedHat' {
if $::operatingsystemmajrelease >= 6 {
if $::operatingsystemmajrelease >= '6' {
This actually fixes the issue.
The text was updated successfully, but these errors were encountered:
This may be a more portable solution:
https://docs.puppet.com/puppet/latest/reference/lang_data_number.html#converting-strings-to-numbers
Sorry, something went wrong.
Guess this project is dead and this isn't going to get fixed is it :(
Seems this issue is actually fixed just not published to Forge. Using master will fix the issue.
No branches or pull requests
if $::osfamily == 'RedHat' {
This actually fixes the issue.
The text was updated successfully, but these errors were encountered: