so-status module

This commit is contained in:
m0duspwnens
2020-09-11 18:28:53 -04:00
parent 2d508d9e57
commit 77911acfb4
2 changed files with 84 additions and 33 deletions

4
salt/_modules/so.py Normal file
View File

@@ -0,0 +1,4 @@
#!py
def status():
return __salt__['cmd.run']('/sbin/so-status')