Skip to content

Commit

Permalink
Merge pull request #292 from calcium-machine/develop-catapult
Browse files Browse the repository at this point in the history
Develop catapult
  • Loading branch information
seth-reeser committed Sep 21, 2015
2 parents d91f61f + 818707d commit 461bc88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.9.0
version: 1.9.1
7 changes: 2 additions & 5 deletions provisioners/redhat/apache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -350,11 +350,8 @@ echo -e "\n==> completed in ($(($end - $start)) seconds)"

echo -e "\n\n\n==> Restarting Apache"
start=$(date +%s)
sudo apachectl graceful
# sometimes there are zombie processes left over, httpd graceful cleans this up properly? (service httpd only supports start|stop|restart)
sudo service httpd graceful
sudo service httpd configtest
sudo systemctl is-active httpd.service
sudo systemctl reload httpd.service
sudo systemctl status httpd.service
end=$(date +%s)
echo -e "\n==> completed in ($(($end - $start)) seconds)"

Expand Down
2 changes: 0 additions & 2 deletions provisioners/redhat/modules/iptables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,3 @@ fi
sudo iptables --policy INPUT DROP
# output the iptables
sudo iptables --list
# persist the iptables rules and policies
sudo /sbin/service iptables save

0 comments on commit 461bc88

Please sign in to comment.