From 3e5b89daa5a7cfe928eb48ce1a2d08030dab6ee7 Mon Sep 17 00:00:00 2001 From: Noah Swartz Date: Thu, 28 Jan 2016 15:54:02 -0800 Subject: [PATCH] remove save params --- letsencrypt-apache/letsencrypt_apache/configurator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt-apache/letsencrypt_apache/configurator.py b/letsencrypt-apache/letsencrypt_apache/configurator.py index cd41a02cf..31281681c 100644 --- a/letsencrypt-apache/letsencrypt_apache/configurator.py +++ b/letsencrypt-apache/letsencrypt_apache/configurator.py @@ -708,7 +708,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator): # Add directives self._add_dummy_ssl_directives(vh_p) - self.save("don't lose ssl directives", True) + self.save() if target_name: self._add_servername_alias(target_name, vh_p)