Last active
July 19, 2017 21:14
-
-
Save AstraLuma/3d17cf6679a9a395bb93f1648fd8ceb0 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
2017-07-19 17:12:49,055 [salt.minion ][INFO ][29846] Starting a new job with PID 29846 | |
2017-07-19 17:12:49,713 [salt.state ][INFO ][29846] Loading fresh modules for state activity | |
2017-07-19 17:12:49,974 [salt.fileclient ][INFO ][29846] Fetching file from saltenv 'base', ** done ** 'test_state.sls' | |
2017-07-19 17:12:49,980 [salt.loaded.int.module.logmod ][ERROR ][29846] Start pillar | |
2017-07-19 17:12:49,980 [salt.loaded.int.module.logmod ][ERROR ][29846] {} | |
2017-07-19 17:12:49,981 [salt.loaded.int.module.logmod ][ERROR ][29846] End pillar |
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
test: | |
salt.state: | |
- tgt: minion | |
- sls: | |
- test_state |
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
{% do salt.log.error("Start pillar") %} | |
{% do salt.log.error(pillar) %} | |
{% do salt.log.error("End pillar") %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment