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

$::operatingsystemmajrelease string compares with integer on Puppet 4.x #40

Open
gothicx opened this issue Apr 18, 2016 · 3 comments
Open

Comments

@gothicx
Copy link

gothicx commented Apr 18, 2016

if $::osfamily == 'RedHat' {

  •    if $::operatingsystemmajrelease >= 6 {
    
  •    if $::operatingsystemmajrelease >= '6' {
    

This actually fixes the issue.

@bschonec
Copy link

@regner
Copy link

regner commented Sep 19, 2017

Guess this project is dead and this isn't going to get fixed is it :(

@regner
Copy link

regner commented Sep 22, 2017

Seems this issue is actually fixed just not published to Forge. Using master will fix the issue.

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

No branches or pull requests

3 participants