Code review comment for lp://staging/~mskalka/charm-helpers/apache-servertokens

Revision history for this message
Joseph Borg (joeborg) wrote :

Hey Michael,

Just a heads up, you don't need to add

ctxt['servertokens'] = settings['hardening']['servertokens']

because you have the line

settings = utils.get_settings('apache')
ctxt = settings['hardening']

above it.

« Back to merge proposal