Add missing docstring.

This commit is contained in:
Jakub Warmuz 2015-06-02 09:19:51 +00:00
parent cd7a5ec24a
commit 9ecfecbc7a
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA
2 changed files with 2 additions and 0 deletions

View file

@ -126,6 +126,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
@property
def mod_ssl_conf(self):
"""Full absolute path to SSL configuration file."""
return os.path.join(self.config.config_dir, constants.MOD_SSL_CONF_DEST)
def prepare(self):

View file

@ -91,6 +91,7 @@ class NginxConfigurator(common.Plugin):
@property
def mod_ssl_conf(self):
"""Full absolute path to SSL configuration file."""
return os.path.join(self.config.config_dir, constants.MOD_SSL_CONF_DEST)
# This is called in determine_authenticator and determine_installer