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
Pick default gunicorn workers from non-legacy fact
While the documentation for the core fact `processors.count` states that
it is an _integer_ already, the previous behavior was to silently treat
a missing fact as a processor count of zero, via `NilClass#to_i`.
This does not happen in FacterDB entries for supported os, but the spec
still mirrors the conversion done by the template.
0 commit comments