mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge branch 'master' of github.com:thatch45/salt
This commit is contained in:
commit
5ac8103568
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ def get( name ):
|
|||
out = subprocess.Popen(cmd,
|
||||
shell=True,
|
||||
stdout=subprocess.PIPE).communicate()[0]
|
||||
ret[name] = out[0]
|
||||
return out[0]
|
||||
|
||||
def set( name, value ):
|
||||
|
|
Loading…
Add table
Reference in a new issue