Skip to content

Instantly share code, notes, and snippets.

@AstraLuma
Last active July 19, 2017 21:14
Show Gist options
  • Save AstraLuma/3d17cf6679a9a395bb93f1648fd8ceb0 to your computer and use it in GitHub Desktop.
Save AstraLuma/3d17cf6679a9a395bb93f1648fd8ceb0 to your computer and use it in GitHub Desktop.
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
test:
salt.state:
- tgt: minion
- sls:
- test_state
{% 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