mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add changelog entry for 58904
This commit is contained in:
parent
61d4ed5dff
commit
ad4ebdcdf4
2 changed files with 3 additions and 1 deletions
2
changelog/58904.fixed
Normal file
2
changelog/58904.fixed
Normal file
|
@ -0,0 +1,2 @@
|
|||
Do not generate grains for every job run on Windows minions. This makes Windows
|
||||
conform more to the way posix OSes work today.
|
|
@ -13,7 +13,7 @@ def test_minion_grains_in_opts():
|
|||
grainsfunc.assert_not_called()
|
||||
|
||||
|
||||
def test_minoin_grains_not_in_opts():
|
||||
def test_minion_grains_not_in_opts():
|
||||
"""
|
||||
Minion generates grains when they are not already in opts
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue