Created
February 2, 2016 10:47
-
-
Save nherbaut/9be6440cca9b7b3c8330 to your computer and use it in GitHub Desktop.
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
| import subprocess | |
| import json | |
| subprocess.call(["apt-get install salt-master --yes"],shell=True) | |
| with open("data.json") as f: | |
| data=json.loads(f.read()) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment