Skip to content

Instantly share code, notes, and snippets.

@ferventcoder
Created August 28, 2013 15:30
Show Gist options
  • Save ferventcoder/6367376 to your computer and use it in GitHub Desktop.
Save ferventcoder/6367376 to your computer and use it in GitHub Desktop.
Puppet Stop Service Exec Example
exec { 'stop-CryptSvc':
command => 'C:\Windows\System32\cmd.exe /c "net stop CryptSvc"'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment