mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00

Pop!_OS uses the same version scheme than Ubuntu (YY.MM) and releases every six month in April and October. Using only the year from the version in the `osfinger` does not allow differentiating between 20.04 and 20.10. Both has the `osfinger` set to `Pop-20`. So include the full version in the `osfinger` grain. Signed-off-by: Benjamin Drung <benjamin.drung@ionos.com>
1 line
149 B
Text
1 line
149 B
Text
Pop!_OS uses the full version (YY.MM) in the osfinger grain now, not just the year. This allows differentiating for example between 20.04 and 20.10.
|