mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add changelog entry.
This commit is contained in:
parent
690ecc1d02
commit
2961006491
1 changed files with 8 additions and 0 deletions
8
changelog/58340.fixed
Normal file
8
changelog/58340.fixed
Normal file
|
@ -0,0 +1,8 @@
|
|||
Apparently Apple is using both "10.16" and "11" for versioning Big Sur,
|
||||
depending on where you look. The mac_softwareupdate module uses a different
|
||||
regex depending on OS version, and the determination was based on the
|
||||
osrelease_info grain. This results in a Big Sur machine not using the correct
|
||||
regex; osrelease_info[1] is 0 for Big Sur.
|
||||
|
||||
This change simply adds an additional clause to the if statement to handle
|
||||
osmajorrelease > 10.
|
Loading…
Add table
Reference in a new issue