mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +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(_virtual(grains))
|
||||||
grains.update(_ps(grains))
|
grains.update(_ps(grains))
|
||||||
if grains['os_family'] == "RedHat":
|
if grains['os_family'] == "RedHat":
|
||||||
grains['osmajorrelease'] = grains['osrelease'].split('.',1)
|
grains['osmajorrelease'] = grains['osrelease'].split('.', 1)
|
||||||
|
|
||||||
return grains
|
return grains
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user