Closed jan-cerny closed 3 months ago
In this commit, we will add option for managing firewall rules during the installation:
firewall enable service_name
service_name
--service=
firewall
firewall disable service_name
--remove-service=
Also, the test will be extended for these new commands.
Related to: https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#firewall
In this commit, we will add option for managing firewall rules during the installation:
firewall enable service_name
- addsservice_name
to list in the--service=
option in thefirewall
command in commands section in the kickstartfirewall disable service_name
- addsservice_name
to list in the--remove-service=
option in thefirewall
command in commands section in the kickstartAlso, the test will be extended for these new commands.
Related to: https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#firewall