-
Notifications
You must be signed in to change notification settings - Fork 230
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 is_pe declaration so it works without is_pe #123
Conversation
Signed-off-by: Ken Barber <ken@bob.sh>
|
Please take a look at #124 first. |
Because facter likes to convert booleans to strings Signed-off-by: Ken Barber <ken@bob.sh>
|
Has a different fix been committed anywhere? |
|
@wleese. No, but at the same time the is_pe bug has never actually published either. If you're working against master, then you do so at your own risk sorry :-). Pin to a released tag or use the forge version if you want stability. |
|
Good point, thanks. |
|
@senior can you review this one when you get a chance? Thanks :-). |
Fix is_pe declaration so it works without is_pe
|
As stated in #122, I think |
|
@raphink I just don't like the undef behaviour of str2bool: |
|
Interesting. |
|
@raphink sorry just woke up, I'm totally wrong wrong wrong :-). |
Its fine ... this is such a trivially annoying issue, I'm not sure how much I care. Throw a patch if you like :-). |
Signed-off-by: Ken Barber ken@bob.sh