~joeborg/charm-helpers/charm-helpers

« back to all changes in this revision

Viewing changes to charmhelpers/contrib/hardening/apache/checks/config.py

  • Committer: Joseph Borg
  • Date: 2017-03-17 10:36:25 UTC
  • Revision ID: joseph.borg@canonical.com-20170317103625-knnn0tqz8w2x58nu
Hardening Apache ciphers

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
        ctxt['apache_version'] = re.search(r'.+version: Apache/(.+?)\s.+',
98
98
                                           out).group(1)
99
99
        ctxt['apache_icondir'] = '/usr/share/apache2/icons/'
100
 
        ctxt['traceenable'] = settings['hardening']['traceenable']
 
100
 
101
101
        return ctxt