mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Change names to meet the API
This commit is contained in:
@@ -246,7 +246,7 @@ class ApacheParser(object):
|
||||
Checks to see if file_path is parsed by Augeas
|
||||
If filepath isn't parsed, the file is added and Augeas is reloaded
|
||||
|
||||
:param str file_path: Apache config file path
|
||||
:param str filepath: Apache config file path
|
||||
|
||||
"""
|
||||
# Test if augeas included file for Httpd.lens
|
||||
|
||||
@@ -188,7 +188,7 @@ class AugeasConfigurator(object):
|
||||
|
||||
self.aug.load()
|
||||
|
||||
def show_config_changes(self):
|
||||
def view_config_changes(self):
|
||||
"""Displays all saved checkpoints.
|
||||
|
||||
All checkpoints are printed to the console.
|
||||
|
||||
Reference in New Issue
Block a user