Skip to content

Instantly share code, notes, and snippets.

@stack72
Created June 11, 2013 11:18
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 stack72/5756123 to your computer and use it in GitHub Desktop.
Save stack72/5756123 to your computer and use it in GitHub Desktop.
Puppet Manifest to disable Windows Firewall
class disable_windows_firewall {
service { 'MpsSvc':
ensure => 'stopped',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment