diff --git a/letsencrypt/client/configurator.py b/letsencrypt/client/configurator.py index b968956f4..7bce85ea5 100644 --- a/letsencrypt/client/configurator.py +++ b/letsencrypt/client/configurator.py @@ -76,7 +76,7 @@ class Configurator(object): """Make sure the configuration is valid.""" raise NotImplementedError() - def restart(self): + def restart(self, quiet=False): """Restart or refresh the server content.""" raise NotImplementedError()