From 0017e4887045139baaff7f1ae538d037bc2b79c2 Mon Sep 17 00:00:00 2001 From: Noah Swartz Date: Sat, 21 Nov 2015 08:53:11 -0800 Subject: [PATCH] added docstring for temp --- letsencrypt-apache/letsencrypt_apache/configurator.py | 1 + 1 file changed, 1 insertion(+) 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`