mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Revert grains enviorn.
This has massively broken the develop branch. Reverting.
This commit is contained in:
parent
e51d91c269
commit
0f1387da14
@ -1158,15 +1158,6 @@ def path():
|
||||
return {'path': os.environ['PATH'].strip()}
|
||||
|
||||
|
||||
def environ():
|
||||
'''
|
||||
Returns the environment variables
|
||||
'''
|
||||
# Provides:
|
||||
# environ
|
||||
return {'environ': os.environ}
|
||||
|
||||
|
||||
def pythonversion():
|
||||
'''
|
||||
Return the Python version
|
||||
|
Loading…
Reference in New Issue
Block a user