Created
September 4, 2014 23:52
-
-
Save danmikita/528f568a775eab946c3c to your computer and use it in GitHub Desktop.
Turn off iptables with puppet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
service {'iptables': | |
ensure => stopped | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment