You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't recommend this change, because it empty values aren't seen by nil. Eg:
=> false
I would accept a patch for an empty||nil test, however I think you should root cause why you're seeing nil's. I think that's the issue, likely in your setup somewhere...
In certain places in your files particularly in my case the host.pp and host/data.pp you have this:
When I run that I get an error from puppet:
I believe it is because it is getting thrown a Nil value. I changed them to:
and it seemed to work fine after that.
The text was updated successfully, but these errors were encountered: