Created
December 6, 2017 13:20
-
-
Save pcn/b17ee1352f36ed600ee90dff36662d95 to your computer and use it in GitHub Desktop.
Just testing out execution modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ubuntu@spacey-saltmaster-vagrant:/srv/salt/modules/_modules$ cat testfoo.py; sudo salt-call testfoo.test | head | |
| def test(): | |
| return __grains__ | |
| local: | |
| ---------- | |
| SSDs: | |
| - xvda | |
| biosreleasedate: | |
| 08/24/2006 | |
| biosversion: | |
| 4.2.amazon | |
| block_devices: | |
| ---------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment