Skip to content

Instantly share code, notes, and snippets.

@justlooks
Created September 27, 2013 05:47
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 justlooks/6724614 to your computer and use it in GitHub Desktop.
Save justlooks/6724614 to your computer and use it in GitHub Desktop.
i try disable iptables service and stop it if it is running,but it dose not work ,why?
[root@yum-server proinstall]# salt '*' state.sls proinstall
[root@yum-server proinstall]#
[root@yum-server proinstall]#
[root@yum-server proinstall]#
[root@yum-server proinstall]# cat init.sls
iptables:
pkg:
- installed
service:
- disabled
- require:
- pkg: iptables
service:
- dead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment