Skip to content

Commit

Permalink
vagrant: no firewall on boxes
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Vanhaesendonck <philippe.vanhaesendonck@oracle.com>
  • Loading branch information
AmedeeBulle committed Mar 20, 2020
1 parent 067b58f commit 228d201
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ EOF
# Set SELinux to enforcing
sed -i -e 's/^SELINUX\s*=.*/SELINUX=enforcing/' /etc/selinux/config

# Disabling firewalld on vagrant boxes
systemctl disable firewalld --now

# Install additional release packages and enable repos
yum install -y ${YUM_VERBOSE} wget \
oracle-softwarecollection-release-el7
Expand Down

0 comments on commit 228d201

Please sign in to comment.