Ensure mcollective starts on boot for CentOS
Change-Id: I7963dac00795245eb32ec9ad6e57ff7220fd95a4 Closes-Bug: 1443291
This commit is contained in:
parent
fd41c3bde5
commit
60aefaaf51
@ -38,6 +38,8 @@ runcmd:
|
||||
{% if mcollective.enable != 1 %}
|
||||
- service mcollective stop
|
||||
- chkconfig mcollective off
|
||||
{% else %}
|
||||
- chkconfig mcollective on
|
||||
{% endif %}
|
||||
- iptables -t filter -F INPUT
|
||||
- iptables -t filter -F FORWARD
|
||||
|
Loading…
Reference in New Issue
Block a user