Remove unused default parameter (#4447)

* Remove unnecessary, nonexistent default
This commit is contained in:
Erica Portnoy
2017-03-30 15:28:24 -07:00
committed by GitHub
parent 52e22b22e5
commit d09bde972a
+1 -1
View File
@@ -820,7 +820,7 @@ class NginxConfigurator(common.Plugin):
self.restart()
def nginx_restart(nginx_ctl, nginx_conf="/etc/nginx.conf"):
def nginx_restart(nginx_ctl, nginx_conf):
"""Restarts the Nginx Server.
.. todo:: Nginx restart is fatal if the configuration references