diff --git a/letsencrypt-apache/letsencrypt_apache/configurator.py b/letsencrypt-apache/letsencrypt_apache/configurator.py index e6f7ed270..6edffcbe6 100644 --- a/letsencrypt-apache/letsencrypt_apache/configurator.py +++ b/letsencrypt-apache/letsencrypt_apache/configurator.py @@ -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`