Skip to content

Instantly share code, notes, and snippets.

@rterbush
Created November 12, 2015 18:01
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 rterbush/2e84cf1c0b7ee7fe46a5 to your computer and use it in GitHub Desktop.
Save rterbush/2e84cf1c0b7ee7fe46a5 to your computer and use it in GitHub Desktop.
cmd.system.reboot:
salt.function:
- tgt: 'os:Windows'
- tgt_type: grain
@rterbush
Copy link
Author

How do I add parameters to the reboot as described here: https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.win_system.html#salt.modules.win_system.reboot

For things like: timeout, in_seconds, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment