Ensure mcollective starts on boot for CentOS

Change-Id: I7963dac00795245eb32ec9ad6e57ff7220fd95a4
Closes-Bug: 1443291
This commit is contained in:
Alex Schultz 2015-04-15 12:46:45 -05:00 committed by Dmitry Pyzhov
parent fd41c3bde5
commit 60aefaaf51
1 changed files with 2 additions and 0 deletions

View File

@ -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