Revert "Fix unprivileged ping"

This reverts commit 50c2dab063.

Reason for revert:
The issue was already resolved in the latest CentOS 8/9.

Change-Id: I9236986dcf5bc0e893ede89a2f8c67f4f2587ec8
Related-Bug: #1957913
(cherry picked from commit 7f32dfabc7)
(cherry picked from commit edacdfed77)
This commit is contained in:
Takashi Kajinami 2022-07-09 16:10:19 +00:00
parent 3befd5c9bd
commit fe8dc851bd
1 changed files with 0 additions and 7 deletions

View File

@ -209,13 +209,6 @@ if [ "${MANAGE_REPOS}" = true ]; then
fi
fi
# NOTE(tkajinam): This is required to fix unprivileged ping, until
# the following change is shipped
# https://github.com/redhat-plumbers/systemd-rhel8/pull/246
if is_fedora; then
sudo sysctl -w net.ipv4.ping_group_range='0 2147483647'
fi
print_header "Running Puppet Scenario: ${SCENARIO} (1st time)"
run_puppet $SCENARIO
RESULT=$?