certbot/certbot-apache/certbot_apache/_internal
Adrien Ferrand 0dbe17bbd4
Define OS options by a dedicated object in Apache configurator (#8778)
In https://github.com/certbot/certbot/pull/8748#discussion_r605457670 we discussed about changing the dict used to set OS options for Apache configurators into a dedicated object.

* Create _OsOptions class to configure the os specific options of the Apache configurators

* Fix tests

* Clean imports

* Fix naming

* Fix compatibility tests

* Rename a class

* Ensure restart_cmd_alt is set for specific OSes.

* Add docstring

* Fix override

* Fix coverage
2021-04-13 11:18:49 -07:00
..
augeas_lens Convert http links to https (#8287) 2020-09-23 19:36:55 +02:00
tls_configs Disable TLS session tickets in Apache (#7771) 2020-03-23 16:49:52 -07:00
__init__.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
apache_util.py Deprecate acme.typing_magic module, stop using it in certbot (#8643) 2021-03-09 16:12:32 -08:00
apacheparser.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
assertions.py Deprecate acme.typing_magic module, stop using it in certbot (#8643) 2021-03-09 16:12:32 -08:00
augeasparser.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
configurator.py Define OS options by a dedicated object in Apache configurator (#8778) 2021-04-13 11:18:49 -07:00
constants.py Disable TLS session tickets in Apache (#7771) 2020-03-23 16:49:52 -07:00
display_ops.py Minor bugfixes (#7891) 2020-04-13 10:41:39 -07:00
dualparser.py Deprecate acme.typing_magic module, stop using it in certbot (#8643) 2021-03-09 16:12:32 -08:00
entrypoint.py Cleanup more pylint issues (#7848) 2020-03-16 09:43:48 -07:00
http_01.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
interfaces.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
obj.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
override_arch.py Define OS options by a dedicated object in Apache configurator (#8778) 2021-04-13 11:18:49 -07:00
override_centos.py Define OS options by a dedicated object in Apache configurator (#8778) 2021-04-13 11:18:49 -07:00
override_darwin.py Define OS options by a dedicated object in Apache configurator (#8778) 2021-04-13 11:18:49 -07:00
override_debian.py Define OS options by a dedicated object in Apache configurator (#8778) 2021-04-13 11:18:49 -07:00
override_fedora.py Define OS options by a dedicated object in Apache configurator (#8778) 2021-04-13 11:18:49 -07:00
override_gentoo.py Define OS options by a dedicated object in Apache configurator (#8778) 2021-04-13 11:18:49 -07:00
override_suse.py Define OS options by a dedicated object in Apache configurator (#8778) 2021-04-13 11:18:49 -07:00
parser.py Define OS options by a dedicated object in Apache configurator (#8778) 2021-04-13 11:18:49 -07:00
parsernode_util.py Minor bugfixes (#7891) 2020-04-13 10:41:39 -07:00