1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-23 07:20:55 +03:00

added docstring for temp

This commit is contained in:
Noah Swartz
2015-11-21 08:53:11 -08:00
parent b972cc8a83
commit 0017e48870

View File

@@ -237,6 +237,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
with all available choices.
:param str target_name: domain name
:param bool temp: whether or not self.make_vhost_ssl shouldn't be called
:returns: ssl vhost associated with name
:rtype: :class:`~letsencrypt_apache.obj.VirtualHost`