Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hatifnatt
Created July 11, 2017 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hatifnatt/20bd14b2d9c6622b4553ae22893f552d to your computer and use it in GitHub Desktop.
Save hatifnatt/20bd14b2d9c6622b4553ae22893f552d to your computer and use it in GitHub Desktop.
{%- exist = salt.file.file_exists('/var/run/reboot-required')%}
{%- if exist %}
reboot_it:
cmd.run:
- name: "reboot"
{%- endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment