Skip to content

Commit

Permalink
Merge pull request #276 from calcium-machine/develop-catapult
Browse files Browse the repository at this point in the history
Disable IPTables for now...
  • Loading branch information
seth-reeser committed Sep 15, 2015
2 parents 831ff8a + df26659 commit 422caab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.7.2
version: 1.7.3
2 changes: 1 addition & 1 deletion provisioners/redhat/apache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo -e "\n==> completed in ($(($end - $start)) seconds)"

echo -e "\n\n\n==> Configuring IPTables"
start=$(date +%s)
source /catapult/provisioners/redhat/modules/iptables.sh
#source /catapult/provisioners/redhat/modules/iptables.sh
end=$(date +%s)
echo -e "\n==> completed in ($(($end - $start)) seconds)"

Expand Down
2 changes: 1 addition & 1 deletion provisioners/redhat/mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo -e "\n==> completed in ($(($end - $start)) seconds)"

echo -e "\n\n\n==> Configuring IPTables"
start=$(date +%s)
source /catapult/provisioners/redhat/modules/iptables.sh
#source /catapult/provisioners/redhat/modules/iptables.sh
end=$(date +%s)
echo -e "\n==> completed in ($(($end - $start)) seconds)"

Expand Down

0 comments on commit 422caab

Please sign in to comment.