Skip to content

Commit

Permalink
Fix remediation message in the networkdeprecations actor
Browse files Browse the repository at this point in the history
The message should suggest to remove "dhclient", not "internal".
  • Loading branch information
bengal authored and pirat89 committed Jan 17, 2025
1 parent 724e052 commit bd6e759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def report_dhclient():
summary = ('NetworkManager is configured to use the "dhclient" DHCP module.'
' In Red Hat Enterprise Linux 10, this setting will be ignored'
' along with any dhcp-client specific configuration.')
remediation = ('Remove "dhcp=internal" line from "[main]" section from all'
remediation = ('Remove "dhcp=dhclient" line from "[main]" section from all'
' configuration files in "/etc/NetworkManager". Review'
' configuration in "/etc/dhcp", which will be ignored.')
reporting.create_report([
Expand Down

0 comments on commit bd6e759

Please sign in to comment.