mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Fixing whitespace
This commit is contained in:
parent
62d0415505
commit
fd14102516
@ -885,7 +885,7 @@ def os_data():
|
||||
grains.update(_virtual(grains))
|
||||
grains.update(_ps(grains))
|
||||
if grains['os_family'] == "RedHat":
|
||||
grains['osmajorrelease'] = grains['osrelease'].split('.',1)
|
||||
grains['osmajorrelease'] = grains['osrelease'].split('.', 1)
|
||||
|
||||
return grains
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user