Skip to content

Instantly share code, notes, and snippets.

@danmikita
Created September 4, 2014 23:52
Show Gist options
  • Save danmikita/528f568a775eab946c3c to your computer and use it in GitHub Desktop.
Save danmikita/528f568a775eab946c3c to your computer and use it in GitHub Desktop.
Turn off iptables with puppet
service {'iptables':
ensure => stopped
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment