o
    c\                     @   s2   d Z ddlmZ ddlmZ G dd dejZdS )z0 Distribution specific override class for macOS     )configurator)	OsOptionsc                	   @   s2   e Zd ZdZedddddgddgddgddZd	S )
DarwinConfiguratorz0macOS specific ApacheConfigurator override classz/etc/apache2/otherz*.conf	apachectlz-vgraceful
configtest)
vhost_rootvhost_filesctlversion_cmdrestart_cmdconftest_cmdchallenge_locationN)__name__
__module____qualname____doc__r   OS_DEFAULTS r   r   U/opt/certbot/lib/python3.10/site-packages/certbot_apache/_internal/override_darwin.pyr      s    
r   N)r   certbot_apache._internalr   %certbot_apache._internal.configuratorr   ApacheConfiguratorr   r   r   r   r   <module>   s    